-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
error in v5.4.2 #746
Comments
Hi @jinganix! I think that's because you have scheduled commits, let me throw a quick fix |
wagoid
added a commit
that referenced
this issue
Jul 23, 2023
fix: make sure action passes when event doesn't have commits fixes #746
Issue fixed @jinganix, let me know if it still persists 💪 |
it works fine now, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two workflows PR and CI in the repo: https://github.com/jinganix/ddz/actions
CI: https://github.com/jinganix/ddz/blob/master/.github/workflows/ci.yml
PR: https://github.com/jinganix/ddz/blob/master/.github/workflows/pr.yml
PR workflow works fine in v5.4.1 and v5.4.2:
CI workflow works fine in v5.4.1, but fails in v5.4.2:
The error message is:
The CI works fine again if I specify the version:
uses: wagoid/commitlint-github-action@v5.4.1
:The error also occurred in another repo
The text was updated successfully, but these errors were encountered: