You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey thanks for offering to help. Unfortunately all the action-publish-* repos can only be changed by core members. This makes it a less then stellar first issue.
👓 What did you see?
Github is deprecating
::set-output
. See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/We use
::set-output
in a lot of projectsIt can be replaced with
echo "key=$value" >> $GITHUB_OUTPUT
The text was updated successfully, but these errors were encountered: