From 67f387a19025e3ea1ca848785409abfe14b14007 Mon Sep 17 00:00:00 2001 From: David Niehues <7667041+DavidNiehues@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:35:35 +0200 Subject: [PATCH] ci(cargo-crev): Fix regeneration of cargo-crev-exemptions --- .github/workflows/cargo-crev-exemptions-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}