Skip to content

[BUG] Successful action reporting as failed due to GitHub 'set-output' deprecation warning #247

@moealien

Description

@moealien

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

2022-10-13_23 04 16

Action is shown as failed despite deployment succeeding

2022-10-13_23 14 11

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions