Try prefixing with 'github.events.' to fix blank values

This commit is contained in:
mtkennerly 2022-10-31 10:55:16 +08:00
parent 31bdc323dd
commit 0e92980867
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -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