build: test workflow dispatch
This commit is contained in:
parent
aa0782a800
commit
27607eb867
|
@ -21,6 +21,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- run: echo stable=${{ inputs.STABLE }} pre=${{ inputs.BETA }}
|
||||
|
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- run: apt-get update && apt-get -y install ansible
|
||||
|
|
Loading…
Reference in New Issue
Block a user