We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ::set-output:... is deprecated. We need to replace it with echo "foo=bar" >> "$GITHUB_OUTPUT" across this action.
::set-output:...
echo "foo=bar" >> "$GITHUB_OUTPUT"
The text was updated successfully, but these errors were encountered:
These might be in sub-actions... will need some investigation.
Sorry, something went wrong.
No branches or pull requests
Using
::set-output:...
is deprecated. We need to replace it withecho "foo=bar" >> "$GITHUB_OUTPUT"
across this action.The text was updated successfully, but these errors were encountered: