Skip to content

Commit 223313e

Browse files
committed
Fix YAML indent issue.
1 parent 325efc5 commit 223313e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/periodical-update.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@ jobs:
6565
cp -rf dist/Country.mmdb artifacts/
6666
6767
- name: Commit Changes
68-
run: |
69-
if [ -z "$(git status --porcelain)" ]; then
70-
exit 0
71-
else
72-
git add artifacts
73-
git config --local user.email "[email protected]"
74-
git config --local user.name "github-action[bot]"
75-
git commit -m "Update GeoIP at $(date)" -a
76-
fi
68+
run: |
69+
if [ -z "$(git status --porcelain)" ]; then
70+
exit 0
71+
else
72+
git add artifacts
73+
git config --local user.email "[email protected]"
74+
git config --local user.name "github-action[bot]"
75+
git commit -m "Update GeoIP at $(date)" -a
76+
fi
7777
7878
- name: GitHub Push
79-
uses: ad-m/[email protected]
80-
with:
81-
github_token: ${{ secrets.GITHUB_TOKEN }}
79+
uses: ad-m/[email protected]
80+
with:
81+
github_token: ${{ secrets.GITHUB_TOKEN }}
8282

8383
- name: Purge CDN Cache
8484
run: curl ${{ secrets.CDN_URL }}

0 commit comments

Comments
 (0)