Skip to content

wrong action version #137

wrong action version

wrong action version #137

Workflow file for this run

name: deploy
on:
push:
branches:
- main
- stage
paths-ignore:
- "README.md"
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: trigger vercel deployment
run: curl ${{ secrets.VERCEL_WEBHOOK }}
shell: bash