Action config
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
projectId: any-project-id
Error message
Warning in run output

Action is shown as failed despite deployment succeeding

Expected behavior
Action runs and deploys normally.
Actual behavior
Action runs normally. GitHub deprecation warning causes the action to appear to have failed, despite the deployment working as intended, and changes being reflected on the deploy target.
More info
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Action config
Error message
Warning in run output
Action is shown as failed despite deployment succeeding
Expected behavior
Action runs and deploys normally.
Actual behavior
Action runs normally. GitHub deprecation warning causes the action to appear to have failed, despite the deployment working as intended, and changes being reflected on the deploy target.
More info
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/