Skip to content

Replace deprecated set-output with $GITHUB_OUTPUT in Deploy workflow#412

Merged
BenjaminMichaelis merged 3 commits intomainfrom
copilot/deprecate-save-state-set-output
Mar 17, 2026
Merged

Replace deprecated set-output with $GITHUB_OUTPUT in Deploy workflow#412
BenjaminMichaelis merged 3 commits intomainfrom
copilot/deprecate-save-state-set-output

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

GitHub deprecated the ::set-output workflow command in October 2022, with support fully removed. The Deploy.yml workflow still used the old syntax.

Changes

  • .github/workflows/Deploy.yml: Replace ::set-output with the $GITHUB_OUTPUT environment file approach (PowerShell syntax, consistent with shell: pwsh default):
- echo "::set-output name=TAG_VERSION::$tagVersion"
+ echo "TAG_VERSION=$tagVersion" >> $env:GITHUB_OUTPUT

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Loading
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.

3 participants