diff --git a/.github/workflows/dispatch-event.yml b/.github/workflows/dispatch-event.yml index 4509b2408..1d2220056 100644 --- a/.github/workflows/dispatch-event.yml +++ b/.github/workflows/dispatch-event.yml @@ -11,6 +11,8 @@ jobs: name: Repository dispatch runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Dispatch event if: ${{ github.event_name == 'workflow_dispatch' }} uses: peter-evans/repository-dispatch@v3