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

Replace how outputs are set in GitHub Actions #18

Closed
santisoler opened this issue Jun 17, 2024 · 0 comments · Fixed by #20
Closed

Replace how outputs are set in GitHub Actions #18

santisoler opened this issue Jun 17, 2024 · 0 comments · Fixed by #20

Comments

@santisoler
Copy link
Member

I noticed that magali is using the deprecated set-output command in GitHub Actions workflows. These should be updated to storing those variables in an environmental variable named GITHUB_OUTPUT.

For reference, here's the a blogpost for the deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

And a few PRs that apply the same change in our packages:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant