Replace deprecated set-output with GITHUB_OUTPUT#10
Conversation
|
Nice catch on the deprecations @yucheng11122017 :) I haven't tested it, but can we update the commit message to include a note on why we are doing this replacement? |
I added deprecated hope thats ok! |
|
@yucheng11122017 do you have links to your tested repos/workflow runs? I think the syntax looks correct, I can take a second look at your testing to confirm. |
|
Hi @tlylt, This is the workflow for unpublic-preview.yml. Similarly, there are the same errors. |
possible to update our usage of those two actions? |
Yes sure. In this PR? |
Yes pls |
|
Hi @tlylt, updated in these two commits. Please see the workflow for build fork, preview fork, unpublish site and action.yml |
Resolves #9 and Resolves #12
As set-output and save-state is set to be deprecated, let's get rid of it before it is deprecated.
Markbind actions only uses set-output
Overview of changes
Change set-output to use GITHUB_OUTPUT instead.
Testing instructions
fork-build.yml,fork-preview.ymlandunpublish-preview.ymlaccording to README in reusable workflows.usestoyucheng11122017/markbind-action/.github/workflows/{FILE_NAME}@replaceSetOutputfor each of the above filesunpublish-preview.ymlProposed commit message
Replace deprecated set-output with GITHUB_OUTPUT