Skip to content

Replace deprecated set-ouput command#54

Open
EdwinOtten wants to merge 1 commit into
pascalgn:masterfrom
EdwinOtten:patch-1
Open

Replace deprecated set-ouput command#54
EdwinOtten wants to merge 1 commit into
pascalgn:masterfrom
EdwinOtten:patch-1

Conversation

@EdwinOtten
Copy link
Copy Markdown

@EdwinOtten EdwinOtten commented Nov 24, 2023

Problem

I was getting these warnings in my pipeline because the set-output command is now deprecated.
Screenshot 2023-11-24 104213

Solution

Write to GitHub environment file instead of using the deprecated set-output command.

Following recommendations from https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Write to GitHub environment file instead of using the deprecated `set-output` command.

Following recommendations from https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
@EdwinOtten
Copy link
Copy Markdown
Author

@pascalgn how can I verify if this change works? (some automated tests I can run?)

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