Closed neleshgoel closed 1 year ago
Thanks for opening, @neleshgoel! I'm guessing this is referring to https://github.com/actions/toolkit/issues/1218, since none of the example workflows use an explicit set-output
but these lines in index.js use the setOutput
function, which in turn seems to call set-output
. Let me know if you see something different 🙏.
@imjohnbo does that PR I made to update @actions/core seem like it will fix this based on your analysis?
The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/