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

Move to using GITHUB_OUTPUT from set-output #1079

Merged

Conversation

maxxboehme
Copy link
Collaborator

@maxxboehme maxxboehme commented Aug 8, 2024

What does this Pull Request accomplish?

Fixes #908

set-output is deprecated and there are warnings being logged in our CI build specifying so. Here is a github blog article about it, GitHub Actions: Deprecating save-state and set-output commands. I followed that article along with this github doc Workflow commands for GitHub Actions on how to use the new environment file correctly.

Why should this Pull Request be merged?

Move away from deprecated set-output to github's new suggested workflow using $GITHUB_OUTPUT environment file.

What testing has been done?

PR build

@maxxboehme maxxboehme changed the title Move to using GIT_OUTPUT from set-output Move to using GITHUB_OUTPUT from set-output Aug 8, 2024
@maxxboehme maxxboehme marked this pull request as ready for review August 8, 2024 20:14
@maxxboehme maxxboehme merged commit c57575a into ni:main Aug 15, 2024
10 of 11 checks passed
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 this pull request may close these issues.

Update actions to avoid set-output
3 participants