Skip to content

Conversation

ikalnytskyi
Copy link
Owner

The ::set-output command has been deprecated and is scheduled for removal on Jun 1, 2023 [1]. The recommended way to set output parameters today is by writing them to $GITHUB_OUTPUT file [2].

[1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ [2] https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

Resolves: #6

The `::set-output` command has been deprecated and is scheduled for
removal on Jun 1, 2023 [1]. The recommended way to set output parameters
today is by writing them to `$GITHUB_OUTPUT` file [2].

[1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
[2] https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

Resolves: #6
@ikalnytskyi ikalnytskyi merged commit 3973215 into master Dec 28, 2022
@ikalnytskyi ikalnytskyi deleted the remove-set-output branch December 28, 2022 19:11
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.

Use the new set output instead of the deprecated one
2 participants