From 3fa6e18338c32abeda12ac1362608171ac283b1c Mon Sep 17 00:00:00 2001 From: daquinteroflex Date: Thu, 25 Jul 2024 11:01:42 +0100 Subject: [PATCH] see what's the deal --- .github/workflows/frontend_submodule_update.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/frontend_submodule_update.yaml b/.github/workflows/frontend_submodule_update.yaml index 5318e514..a557ed20 100644 --- a/.github/workflows/frontend_submodule_update.yaml +++ b/.github/workflows/frontend_submodule_update.yaml @@ -15,6 +15,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Verify Payload + run: | + echo "{submodule: ${{ github.repository }}, branch: ${{ github.ref_name }}}" - name: Trigger Repository Dispatch uses: peter-evans/repository-dispatch@v2 with: