Skip to content

Commit a59f424

Browse files
authored
Update biargaksepi.yml
1 parent 61d8a0e commit a59f424

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/biargaksepi.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Auto Commit
22
on:
33
schedule:
4-
#- cron: 0 0 * * *
5-
- cron: "0 * * * *"
4+
- cron: 0 0 * * *
65
push:
76
branches:
87
- main
@@ -16,11 +15,11 @@ jobs:
1615
- name: Pull latest changes
1716
run: git pull origin main --rebase || echo "No changes to pull"
1817

19-
- name: Update AUTOFTBOT file
18+
- name: Update LAST_UPDATED file
2019
run: |
21-
echo "=== Modifying AUTOFTBOT File ==="
22-
echo "Last updated at: $(date -u)" > AUTOFTBOT
23-
cat AUTOFTBOT
20+
echo "=== Modifying LAST_UPDATED File ==="
21+
echo "Last updated at: $(date -u)" > LAST_UPDATED
22+
cat LAST_UPDATED
2423
2524
- name: Configure Git
2625
run: |

0 commit comments

Comments
 (0)