-
Notifications
You must be signed in to change notification settings - Fork 71
set-output is deprecated #544
Comments
This is untested, can you see if this fixes the issue? #546 |
This is the concrete warning annotation shown in the workflow summary (when using
|
Not to be an alarmist or anything, but the GitHub post on this topic states:
That's not very far out - any news or updates? |
It is now May and June is coming up fast. Has anyone forked and made a drop in replacement yet? |
As far as automatic releases are concerned, I've been using https://github.com/softprops/action-gh-release and pretty happy with that. I don't think it has automatic changelog generation though. |
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
You should move to the new syntax: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
Also I suggest to check out https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary which seems a cool new feature
The text was updated successfully, but these errors were encountered: