You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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/
* 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.
0 commit comments