From 953889442ffc2885eaef19d3632fea418b18d1e7 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 10 Feb 2023 23:09:20 -0600 Subject: [PATCH] Spacing again!? --- .github/workflows/rebuild-dependabot-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-dependabot-prs.yml b/.github/workflows/rebuild-dependabot-prs.yml index d8151f0..8a99679 100644 --- a/.github/workflows/rebuild-dependabot-prs.yml +++ b/.github/workflows/rebuild-dependabot-prs.yml @@ -37,7 +37,7 @@ jobs: run: | if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then echo "Detected uncommitted changes after rebuild in dist folder. Committing..." - git add dist/ + git add dist/ git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" git commit -m "Update distributables after Dependabot 🤖"