mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-29 17:34:53 +00:00
Spacing again!?
This commit is contained in:
2
.github/workflows/rebuild-dependabot-prs.yml
vendored
2
.github/workflows/rebuild-dependabot-prs.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
|
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
|
||||||
echo "Detected uncommitted changes after rebuild in dist folder. Committing..."
|
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.name "github-actions[bot]"
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git commit -m "Update distributables after Dependabot 🤖"
|
git commit -m "Update distributables after Dependabot 🤖"
|
||||||
|
|||||||
Reference in New Issue
Block a user