#16: Re-enable auto updates
This commit is contained in:
parent
1da065998a
commit
2a78f01cad
2 changed files with 3 additions and 3 deletions
4
.github/workflows/import.yaml
vendored
4
.github/workflows/import.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
# schedule:
|
||||
# - cron: '0 */6 * * *'
|
||||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
workflow_dispatch: ~
|
||||
|
||||
name: Import
|
||||
|
|
2
.github/workflows/set-timestamp.yaml
vendored
2
.github/workflows/set-timestamp.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Change content
|
||||
run: |
|
||||
# echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
|
||||
echo "lastCheckedRecentChanges: '2022-10-30T19:37:23.138Z'" > data/wiki-meta-cache.yaml
|
||||
echo "lastCheckedRecentChanges: '2022-11-03T07:27:41.079Z'" > data/wiki-meta-cache.yaml
|
||||
- name: Updated content
|
||||
run: |
|
||||
cat data/wiki-meta-cache.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue