Try removing type

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

View file

@ -4,7 +4,6 @@ on:
timestamp:
description: 'Timestamp to inject into wiki-meta-cache.yaml. Example: 2022-10-30T19:37:23.138Z'
required: true
type: string
name: Set lastCheckedRecentChanges
@ -26,7 +25,7 @@ jobs:
cat data/wiki-meta-cache.yaml
- name: Change content
run: |
echo "lastCheckedRecentChanges: '${{ github.events.inputs.timestamp }}'" > data/wiki-meta-cache.yaml
echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
- name: Updated content
run: |
cat data/wiki-meta-cache.yaml