Skip to content

Commit 5b06954

Browse files
authored
Merge pull request #171 from ParentingForLifelongHealth/ChrisMarsh82-patch-1
Update deploy-firebase.yml
2 parents 9dcd800 + 9822c60 commit 5b06954

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-firebase.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
call_get_vars:
1313
uses: ./.github/workflows/get-vars.yml
14-
id: get_vars
1514

1615
call_reusable_workflow:
1716
needs: call_get_vars
@@ -30,4 +29,4 @@ jobs:
3029
secrets:
3130
DEPLOYMENT_PRIVATE_KEY: ${{ secrets.DEPLOYMENT_PRIVATE_KEY }}
3231
FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
33-
32+

0 commit comments

Comments
 (0)