From 240624fb1cd520e4a2f03d09b10c8e6becb327e8 Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:29:01 -0600 Subject: [PATCH] Create dist-2.yml --- .github/workflows/dist-2.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dist-2.yml diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml new file mode 100644 index 000000000..bd2b79c69 --- /dev/null +++ b/.github/workflows/dist-2.yml @@ -0,0 +1,14 @@ +name: Repository Dispatch +on: + repository_dispatch: + types: [my-event] +jobs: + myEvent: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + ref: ${{ github.event.client_payload.ref }} + + - run: echo ${{ github.event.client_payload.sha }} + - run: echo ${{ github.event.client_payload.test }}