ci(cargo-crev): Fix regeneration of cargo-crev-exemptions

This commit is contained in:
David Niehues
2025-04-14 09:35:35 +02:00
parent 745c3962bb
commit 67f387a190
@@ -53,6 +53,6 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions@github.com"
git add supply-chain./*
git add supply-chain/*
git commit -m "Regenerate cargo vet exemptions"
git push origin ${{ github.head_ref }}