Update update-os.yml
This commit is contained in:
parent
c91096c967
commit
c5b3b02349
3
.github/workflows/update-os.yml
vendored
3
.github/workflows/update-os.yml
vendored
@ -10,8 +10,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
env:
|
env:
|
||||||
CURRENT_DATE: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.date ? github.event.inputs.date : (env.DATE_OVERRIDE ? env.DATE_OVERRIDE : '') }}
|
CURRENT_DATE: "$(date +%Y%m%d%H%M)"
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set Date
|
- name: Set Date
|
||||||
|
Loading…
Reference in New Issue
Block a user