chore: fix pr-deploy-route-test workflow

This commit is contained in:
Tony 2022-02-02 07:50:49 -09:00
parent 03481653fa
commit ceb2b34e0a
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,10 @@
---
name: Ignore dependabot on forks
on: pull_request
jobs:
dependabot-fork:
if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
name: Ignore dependabot on forks
steps:
@ -10,7 +12,6 @@ jobs:
uses: actions/checkout@v2
- name: Comment Dependabot PR
if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]'
uses: thollander/actions-comment-pull-request@v1
with:
message: '@dependabot ignore this dependency'

View File

@ -25,7 +25,7 @@ jobs:
return await script({github, context, core}, body, number)
- name: Waiting for 200 from the Vercel Preview
if: (env.TEST_CONTINUE)
uses: patrickedqvist/wait-for-vercel-preview@master
uses: patrickedqvist/wait-for-vercel-preview@1.2.0
id: waitFor200
with:
token: ${{ secrets.GITHUB_TOKEN }}