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