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
Similar to #320.
I currently need to use an extra step to fail if files are unchanged which would be nice cold be handled by this action itself via an input.
An input like fail-if-unchanged that makes the action fail if it detects no changes.
My current workaround using a separate step that always fails and only run that if this action detected no changes.
No response
The text was updated successfully, but these errors were encountered:
fail-if-unchanged
Successfully merging a pull request may close this issue.
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
Similar to #320.
I currently need to use an extra step to fail if files are unchanged which would be nice cold be handled by this action itself via an input.
Describe the solution you'd like?
An input like fail-if-unchanged that makes the action fail if it detects no changes.
Describe alternatives you've considered?
My current workaround using a separate step that always fails and only run that if this action detected no changes.
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: