mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
fixed typo action needs attr
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
b20ca0f632
commit
8c13f0112d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/site-deploy.yaml
vendored
1
.github/workflows/site-deploy.yaml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: netlify
|
environment: netlify
|
||||||
container: golang:latest
|
container: golang:latest
|
||||||
needs: tests
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1.0.0
|
- uses: actions/checkout@1.0.0
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
|
Loading…
Reference in a new issue