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 6cdccd5 commit db6034bCopy full SHA for db6034b
.github/workflows/main.yml
@@ -5,9 +5,9 @@ on:
5
- cron: '0 1 * * *'
6
7
workflow_dispatch:
8
- push:
9
- branches:
10
- - main
+# push:
+# branches:
+# - main
11
12
jobs:
13
build:
@@ -103,6 +103,12 @@ jobs:
103
echo "Telemetry: $(cat ./stats/telemetry_count.txt)" >> ./stats/list-entries-stats.txt
104
rm ./stats/*_count.txt
105
106
+# Add this step to pull/rebase before committing
107
+ - name: Pull latest changes
108
+ run: |
109
+ git config user.name "github-actions[bot]"
110
+ git config user.email "github-actions[bot]@users.noreply.github.com"
111
+ git pull --rebase origin main
112
- name: Start commit change
113
run: echo "MSG=Updated at $(date +"%Y%m%d")" >> $GITHUB_ENV
114
0 commit comments