Skip to content

Checkout repo

Checkout repo #11

Workflow file for this run

name: Trigger Deploy.yml
jobs:
trigger-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Trigger deploy.yml
run: |
gh workflow run deploy.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
push:
branches:
- dispatch-test