diff --git a/.github/workflows/cargo-crev-exemptions-dependabot.yml b/.github/workflows/cargo-crev-exemptions-dependabot.yml index 552b56aa..f253ac2a 100644 --- a/.github/workflows/cargo-crev-exemptions-dependabot.yml +++ b/.github/workflows/cargo-crev-exemptions-dependabot.yml @@ -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 }}