Skip to content

chore(deps-dev): bump barryvdh/laravel-debugbar from 3.13.4 to 3.13.5… #2145

chore(deps-dev): bump barryvdh/laravel-debugbar from 3.13.4 to 3.13.5…

chore(deps-dev): bump barryvdh/laravel-debugbar from 3.13.4 to 3.13.5… #2145

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
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 }}"}'