We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8107c7 commit f9a86d6Copy full SHA for f9a86d6
.github/workflows/ads.yml
@@ -14,6 +14,11 @@ jobs:
14
with:
15
fetch-depth: 0
16
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
+
22
- name: Setup Ad-Free branch
23
run: |
24
git fetch origin main
@@ -30,8 +35,6 @@ jobs:
30
35
31
36
- name: Commit changes
32
37
33
- git config --global user.name "github-actions[bot]"
34
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
38
if git diff --quiet; then
39
echo "No changes detected"
40
else
0 commit comments