Use new cache key in main workflow
This commit is contained in:
parent
306b2cb261
commit
d32ebc3fe2
2 changed files with 8 additions and 8 deletions
12
.github/workflows/set-timestamp.yaml
vendored
12
.github/workflows/set-timestamp.yaml
vendored
|
@ -1,10 +1,10 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
timestamp:
|
||||
description: 'Timestamp to inject into wiki-meta-cache.yaml. Example: 2022-10-30T19:37:23.138Z'
|
||||
required: true
|
||||
type: string
|
||||
workflow_dispatch: ~
|
||||
# inputs:
|
||||
# timestamp:
|
||||
# description: 'Timestamp to inject into wiki-meta-cache.yaml. Example: 2022-10-30T19:37:23.138Z'
|
||||
# required: true
|
||||
# type: string
|
||||
|
||||
name: Set lastCheckedRecentChanges
|
||||
|
||||
|
|
Reference in a new issue