Skip to content

Commit 3d125c5

Browse files
committed
fix: update action-functions-deploy version to v1.0.0 in Firebase deployment workflow
1 parent edcfc8f commit 3d125c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
projectId: things-to-complete
4343

4444
- name: Deploy Functions
45-
uses: aronep6/action-functions-deploy@1.0.0
45+
uses: aronep6/action-functions-deploy@v1.0.0
4646
with:
4747
serviceAccountKey: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
4848
projectId: things-to-complete

0 commit comments

Comments
 (0)