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
Hi, I found that this condition is not working steps.diff.conclusion == 'failure' cause there is no id for previous step that does the comparison
steps.diff.conclusion == 'failure'
checkout/.github/workflows/check-dist.yml
Line 48 in ac59398
All you need is to add the id: diff between these two lines
id: diff
Lines 38 to 39 in ac59398
Without that, the action upload-artifact will never upload the artifact dist/
thanks
The text was updated successfully, but these errors were encountered:
I opened a PR #1206
Sorry, something went wrong.
No branches or pull requests
Hi,
I found that this condition is not working
steps.diff.conclusion == 'failure'
cause there is no id for previous step that does the comparisoncheckout/.github/workflows/check-dist.yml
Line 48 in ac59398
All you need is to add the
id: diff
between these two linescheckout/.github/workflows/check-dist.yml
Lines 38 to 39 in ac59398
Without that, the action upload-artifact will never upload the artifact dist/
thanks
The text was updated successfully, but these errors were encountered: