We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8a6ba commit 1ed7eb7Copy full SHA for 1ed7eb7
.github/workflows/release.yml
@@ -145,7 +145,7 @@ jobs:
145
uses: ./.github/actions/send-tweet
146
with:
147
status: >
148
- ${{ steps.preflight.outputs.version }} of @Firebase Admin Node.js SDK is avaialble.
+ ${{ steps.preflight.outputs.version }} of @Firebase Admin Node.js SDK is available.
149
https://github.com/firebase/firebase-admin-node/releases/tag/${{ steps.preflight.outputs.version }}
150
consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }}
151
consumer-secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
0 commit comments