From 5ee36fced30385a39c6fe37fe9a2839779618519 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Mon, 13 Jan 2025 21:12:30 -0500 Subject: [PATCH] ci: access sha in dispatch event --- .github/workflows/dispatch-event.yml | 2 ++ 1 file changed, 2 insertions(+) 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