build: test workflow dispatch
All checks were successful
Go Bump / bump (push) Successful in 44s
Go Test / test (push) Successful in 1m0s

This commit is contained in:
xuu 2023-09-30 19:57:17 -06:00
parent aa0782a800
commit 27607eb867
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}

View File

@ -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