Skip to content

ci: Use GITHUB_OUTPUT envvar instead of set-output command#141

Merged
VenelinBakalov merged 3 commits intovmware:masterfrom
arunsathiya:master
Jun 19, 2024
Merged

ci: Use GITHUB_OUTPUT envvar instead of set-output command#141
VenelinBakalov merged 3 commits intovmware:masterfrom
arunsathiya:master

Conversation

@arunsathiya
Copy link
Copy Markdown
Contributor

save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.

This PR updates the usage of set-output to $GITHUB_OUTPUT

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

@arunsathiya arunsathiya requested a review from a team as a code owner January 13, 2024 09:18
@vmwclabot
Copy link
Copy Markdown

@arunsathiya, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@arunsathiya
Copy link
Copy Markdown
Contributor Author

Should be signed now.

@vmwclabot
Copy link
Copy Markdown

@arunsathiya, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

Signed-off-by: Arun <arun@arun.blog>
@vmwclabot
Copy link
Copy Markdown

@arunsathiya, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants