Skip to content

chore(deps-dev): bump v-calendar from 3.1.1 to 3.1.2 (#6941) #112

chore(deps-dev): bump v-calendar from 3.1.1 to 3.1.2 (#6941)

chore(deps-dev): bump v-calendar from 3.1.1 to 3.1.2 (#6941) #112

Workflow file for this run

name: Push
on:
push:
branches:
- main
- chandler
jobs:
build:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN }}
event-type: ${{ secrets.EVENT_TYPE }}
repository: ${{ secrets.REPO_URL }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repository": "${{ github.repository }}"}'