Skip to content

Commit

Permalink
[CI/CD] github actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
garvae committed Oct 20, 2023
1 parent 249ad8e commit 2b21d01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on:
workflow_dispatch:
inputs:
agreement:
description: Run manually?
description: "Run manually?"
type: choice
options:
- yes
- no
default: no
- "yes"
- "no"
default: "no"
required: true

workflow_run:
Expand Down

0 comments on commit 2b21d01

Please sign in to comment.