Skip to content

Commit

Permalink
fixup! CI: Replace action that doesn't understand unchangable old com…
Browse files Browse the repository at this point in the history
…mits with oneliner that does
  • Loading branch information
chrysn committed Jan 24, 2025
1 parent 1643b57 commit 6b0b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Check out riot-wrappers
uses: actions/checkout@v3
- name: Block Autosquash Commits
run: "! git log --oneline main.. |grep 'fixup!\\|squash!\\|MERGE\\|DNM'"
run: "! git log --oneline origin/main.. |grep 'fixup!\\|squash!\\|MERGE\\|DNM'"

0 comments on commit 6b0b480

Please sign in to comment.