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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github is deprecating set-output commands #2150

Open
mpkorstanje opened this issue Apr 29, 2023 · 3 comments
Open

Github is deprecating set-output commands #2150

mpkorstanje opened this issue Apr 29, 2023 · 3 comments
Labels
馃悰 bug Defect / Bug

Comments

@mpkorstanje
Copy link
Contributor

mpkorstanje commented Apr 29, 2023

馃憮 What did you see?

Github is deprecating ::set-output. See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

We use ::set-output in a lot of projects

mpkorstanje@nyx:~/Projects/cucumber$ grep -rl "::set-output"
cucumber-expressions/.github/workflows/test-python.yml
gherkin-fix-build.patch
action-get-versions/entrypoint.sh
gherkin/.github/workflows/test-php.yml
action-publish-sbt/.github/workflows/test.yml
action-publish-hex/.github/workflows/test.yaml
action-publish-npm/.github/workflows/test.yaml
action-create-release-pr/action.yaml
action-changelog/entrypoint.sh
messages/.github/workflows/test-php.yml
action-publish-mvn/.github/workflows/test.yaml
godog/.github/workflows/gorelease.yml
action-publish-cpan/action.yaml
action-publish-cpan/.github/workflows/test.yaml

It can be replaced with echo "key=$value" >> $GITHUB_OUTPUT

@mpkorstanje mpkorstanje added 馃悰 bug Defect / Bug good first issue Good for newcomers 馃檹 help wanted Help wanted - not prioritized by core team labels Apr 29, 2023
@saipavanmeruga
Copy link

I can help you in updating the yaml and script files. Can you assign me this issue?

@mpkorstanje mpkorstanje removed good first issue Good for newcomers 馃檹 help wanted Help wanted - not prioritized by core team labels Aug 11, 2023
@mpkorstanje
Copy link
Contributor Author

Hey thanks for offering to help. Unfortunately all the action-publish-* repos can only be changed by core members. This makes it a less then stellar first issue.

@roskee
Copy link
Member

roskee commented Oct 8, 2023

@mpkorstanje I can take this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃悰 bug Defect / Bug
Projects
Status: No status
Development

No branches or pull requests

3 participants