mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
ci: fix workflow file format
This commit is contained in:
parent
7fdcfd9a16
commit
a0c91fd47a
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
deploy-dev:
|
||||
runs-on: [ubuntu-latest]
|
||||
needs: [build-local, test-golang]
|
||||
needs: [build-local, test-golang]
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with: { go-version: 1.18 }
|
||||
|
Loading…
Reference in New Issue
Block a user