remove netlify on run-check action

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-16 05:57:52 -03:00
parent 375446fb74
commit f503430fe9

View File

@ -14,17 +14,8 @@ jobs:
steps: steps:
- uses: actions/checkout@1.0.0 - uses: actions/checkout@1.0.0
- name: Get dependencies - name: Get dependencies
run: | run: go get -v -t -d ./...
go get -v -t -d ./...
- name: run script - name: run script
run: go run test_stale_repositories.go scripts.go run: go run test_stale_repositories.go scripts.go
env: env:
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}} OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
- name: netlify awesome-go.com
uses: jsmrcaga/action-netlify-deploy@v1.1.0
if: contains('refs/heads/master', github.ref)
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true
build_directory: tmpl