We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f59a9 commit 996fbb9Copy full SHA for 996fbb9
.github/workflows/deploy-dev-app-main-push.yml
@@ -38,7 +38,7 @@ jobs:
38
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
39
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
40
41
- - uses: FirebaseExtended/action-hosting-deploy@638d3c162747cead0c1c0d3093208ed59dfd8231 # v0
+ - uses: FirebaseExtended/action-hosting-deploy@d482eb942f549f059116ec36b191860128553142 # v0
42
id: deploy
43
with:
44
# Note: No token used here as the action otherwise may attempt to post a comment.
0 commit comments