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 61d8a0e commit a59f424Copy full SHA for a59f424
.github/workflows/biargaksepi.yml
@@ -1,8 +1,7 @@
1
name: Auto Commit
2
on:
3
schedule:
4
- #- cron: 0 0 * * *
5
- - cron: "0 * * * *"
+ - cron: 0 0 * * *
6
push:
7
branches:
8
- main
@@ -16,11 +15,11 @@ jobs:
16
15
- name: Pull latest changes
17
run: git pull origin main --rebase || echo "No changes to pull"
18
19
- - name: Update AUTOFTBOT file
+ - name: Update LAST_UPDATED file
20
run: |
21
- echo "=== Modifying AUTOFTBOT File ==="
22
- echo "Last updated at: $(date -u)" > AUTOFTBOT
23
- cat AUTOFTBOT
+ echo "=== Modifying LAST_UPDATED File ==="
+ echo "Last updated at: $(date -u)" > LAST_UPDATED
+ cat LAST_UPDATED
24
25
- name: Configure Git
26
0 commit comments