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

Update workflow to avoid issue with setOutput method #379

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nestordgs-tw
Copy link

What this PR does / Why we need it

This PR removes the use of the method setOutput and changes it by adding new lines to the GITHUB_OUTPUT file

Which issue(s) this PR fixes

This PR solved issue 373

Fixes #373

@flatherskevin
Copy link

flatherskevin commented Apr 1, 2023

setOutput should still be used. We just need to update @actions/core to 1.10.0 which #382 handles. See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#patching-your-actions-and-workflows for details

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.

The set-output command is deprecated and will be disabled soon
2 participants