mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fixed typo netlify deploy, main branch
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
31e63566db
commit
1869d62208
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: go test
|
||||
- name: netlify awesome-go.com
|
||||
uses: jsmrcaga/action-netlify-deploy@v1.1.0
|
||||
if: contains('refs/heads/master', github.ref)
|
||||
if: contains('refs/heads/main', github.ref)
|
||||
with:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
|
Loading…
Reference in New Issue
Block a user