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 2d8b6ed commit 01e8bbdCopy full SHA for 01e8bbd
1 file changed
.github/workflows/deploy-dev-app-main-push.yml
@@ -36,7 +36,7 @@ jobs:
36
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
37
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
38
39
- - uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0
+ - uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0
40
id: deploy
41
with:
42
# Note: No token used here as the action otherwise may attempt to post a comment.
0 commit comments