Skip to content

chore(): update old gh syntax#102

Open
gabtec wants to merge 1 commit intotenable:mainfrom
gabtec:update-deprecated-gh-syntax
Open

chore(): update old gh syntax#102
gabtec wants to merge 1 commit intotenable:mainfrom
gabtec:update-deprecated-gh-syntax

Conversation

@gabtec
Copy link

@gabtec gabtec commented Oct 27, 2025

We have a warning in github actions outputs, that says:

"The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ "

This PR, fixes that warning, by updating old github syntax:
echo "::set-output name=result::$result"

with new syntax:
echo "result=$result" >> $GITHUB_OUTPUT

@gabtec gabtec requested review from a team and bkizer-tenable as code owners October 27, 2025 17:45
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.

1 participant