build: test workflow dispatch
Some checks failed
Go Bump / bump (push) Failing after 38s
Go Test / test (push) Successful in 51s

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

View File

@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-tags: true
- run: echo stable=${{ inputs.STABLE }} pre=${{ inputs.BETA }}

View File

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-tags: true
- run: apt-get update && apt-get -y install ansible