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
it'd would be great to run additional action if some files changed, like in https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#outputs
# ... - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 id: autofix if: ${{ always() }} - uses: if: steps.autofix.outputs.changes_detected == 'true' run: peter-evans/create-or-update-comment@v3 with: body: | ...
The text was updated successfully, but these errors were encountered:
a10e2e1
Thanks for this suggestion and sorry for the slow reply! This is implemented now, see README. :)
Sorry, something went wrong.
No branches or pull requests
it'd would be great to run additional action if some files changed, like in https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#outputs
Example usage
The text was updated successfully, but these errors were encountered: