Skip to content

Commit 66e6ae3

Browse files
committed
seems like the payload is working
1 parent 55bb2d9 commit 66e6ae3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/frontend_submodule_update.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Verify Payload
19+
run: |
20+
echo "{submodule: ${{ github.repository }}, branch: ${{ github.ref_name }}}"
1821
- name: Trigger Repository Dispatch
1922
uses: peter-evans/repository-dispatch@v2
2023
with:

0 commit comments

Comments
 (0)