Skip to content

Commit f9a86d6

Browse files
authored
Update ads.yml
1 parent a8107c7 commit f9a86d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ads.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
- name: Set git identity
18+
run: |
19+
git config --global user.name "github-actions[bot]"
20+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
21+
1722
- name: Setup Ad-Free branch
1823
run: |
1924
git fetch origin main
@@ -30,8 +35,6 @@ jobs:
3035
3136
- name: Commit changes
3237
run: |
33-
git config --global user.name "github-actions[bot]"
34-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3538
if git diff --quiet; then
3639
echo "No changes detected"
3740
else

0 commit comments

Comments
 (0)