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
|
||||
- name: Change content
|
||||
run: |
|
||||
echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
|
||||
echo "lastCheckedRecentChanges: '${{ github.events.inputs.timestamp }}'" > 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