Skip to content

chore(deps): update actions/checkout digest to 692973e #325

chore(deps): update actions/checkout digest to 692973e

chore(deps): update actions/checkout digest to 692973e #325

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Test vercel-wait
if: |
github.actor != 'dependabot[bot]' ||
github.actor != 'dependabot' ||
github.actor != 'dependabot-preview[bot]' ||
github.actor != 'dependabot-preview' ||
github.actor != 'renovate[bot]' ||
github.actor != 'renovate'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
- name: Run vercel-wait
id: vercel-wait
uses: ./
with:
token: ${{ secrets.VERCEL_TOKEN }}
project-id: ${{ secrets.VERCEL_PROJECT_ID }}
sha: 298d2319936ddcd63b3027276d3ab00ef1709520
- name: Show output
run: |
echo '${{ toJSON(steps.vercel-wait.outputs) }}'
shell:
bash