Try re-enabling the automatic import
This commit is contained in:
parent
8047ded7c0
commit
a8d17b58a4
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: '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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue