Skip to content

Commit

Permalink
Update update-os.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Dec 21, 2023
1 parent af1ac7b commit c91096c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
permissions:
contents: write
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:
- name: Set Date
Expand Down

0 comments on commit c91096c

Please sign in to comment.