Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action: Replace deprecated set-output command #668

Merged
merged 2 commits into from Oct 31, 2022

Commits on Oct 31, 2022

  1. Action: Replace deprecated set-output command

    The set-output workflow command has been deprecated [1] and replaced
    with writing to an environment file. Update .github/action_helper.py
    to use the new file.
    
    [1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
    airtower-luna committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1f3beb7 View commit details
    Browse the repository at this point in the history
  2. Run "Action" workflow if PR changes helper script

    Changing .github/action_helper.py changes the behavior of the action
    even if action.yml doesn't change. This makes tests run anyway.
    airtower-luna committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    01db28d View commit details
    Browse the repository at this point in the history