1 Commits

Author SHA1 Message Date
Dreaded_X 2c9a34601a chore(actions): Use commited to check pr commits
CI / cargo shear (pull_request) Successful in 3m48s
Committed / committed (pull_request) Failing after 24s
CI / prek (pull_request) Successful in 3m28s
2026-04-05 07:44:04 +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: "${{ gitea.base_ref }}..${{ gitea.head_ref }}"
args: "-vvvv --no-merge-commit" args: "-vvvv --no-merge-commit"