#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:
|
on:
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: '0 */6 * * *'
|
- cron: '0 */6 * * *'
|
||||||
workflow_dispatch: ~
|
workflow_dispatch: ~
|
||||||
|
|
||||||
name: Import
|
name: Import
|
||||||
|
|
2
.github/workflows/set-timestamp.yaml
vendored
2
.github/workflows/set-timestamp.yaml
vendored
|
@ -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: '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
|
- name: Updated content
|
||||||
run: |
|
run: |
|
||||||
cat data/wiki-meta-cache.yaml
|
cat data/wiki-meta-cache.yaml
|
||||||
|
|
Reference in a new issue