Try re-enabling the automatic import

This commit is contained in:
mtkennerly 2024-10-11 17:49:40 -04:00
parent 8047ded7c0
commit a8d17b58a4
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
on: on:
# schedule: schedule:
# - cron: '0 */6 * * *' - cron: '0 */6 * * *'
workflow_dispatch: ~ workflow_dispatch: ~
name: Import name: Import

View file

@ -27,7 +27,7 @@ jobs:
- name: Change content - name: Change content
run: | run: |
# echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml # echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
echo "lastCheckedRecentChanges: '2024-09-25T18:36:53.638349Z'" > data/wiki-meta-cache.yaml echo "lastCheckedRecentChanges: '2024-10-10T03:26:12.962818Z'" > data/wiki-meta-cache.yaml
- name: Updated content - name: Updated content
run: | run: |
cat data/wiki-meta-cache.yaml cat data/wiki-meta-cache.yaml