1 Commits

Author SHA1 Message Date
Dreaded_X 33ebba5ef8 chore(actions): Use commited to check pr commits
Committed / committed (pull_request) Successful in 17s
CI / prek (pull_request) Has been cancelled
CI / cargo shear (pull_request) Has been cancelled
2026-04-05 08:10:50 +02:00
+1 -1
View File
@@ -16,5 +16,5 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: crate-ci/committed@master - uses: crate-ci/committed@master
with: with:
commits: "origin/${{ gitea.base_ref }}..${{ gitea.head_ref }}" commits: "origin/${{ gitea.base_ref }}..HEAD"
args: "-vvvv --no-merge-commit" args: "-vvvv --no-merge-commit"