-
Notifications
You must be signed in to change notification settings - Fork 81
Replace deprecated set-output
in GitHub actions
#678
Comments
I can help, assign to me please |
Hello @SO-HYBE Thanks for your interest in this project 🔥 You are definitely more than welcome to open a PR for this! For your information, we prefer not assigning people to our issues because sometimes people ask to be assigned and never come back, which discourages the volunteer contributors from opening a PR to fix this issue. We are looking forward to reviewing your PR 😊 |
Ok I got your point. Let's do it |
@curquiza Hi there. |
Hello @pnhatminh can you open a PR so that I can review and merge it? 😊 The changes you made seem ok |
In our GitHub actions, we are using
set-output
command which is deprecated and will be removed.See this link for example
We need to replace with environment variables, following this GitHub article: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🔥 Should be done by the end of May 2023 🔥
The text was updated successfully, but these errors were encountered: