Try prefixing with 'github.events.' to fix blank values
This commit is contained in:
parent
31bdc323dd
commit
0e92980867
1 changed files with 1 additions and 1 deletions
2
.github/workflows/set-timestamp.yaml
vendored
2
.github/workflows/set-timestamp.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
cat data/wiki-meta-cache.yaml
|
cat data/wiki-meta-cache.yaml
|
||||||
- name: Change content
|
- name: Change content
|
||||||
run: |
|
run: |
|
||||||
echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
|
echo "lastCheckedRecentChanges: '${{ github.events.inputs.timestamp }}'" > 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