From f14ff9fc2386113e436a14aba2192a55e1fef8f8 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco Date: Thu, 31 Aug 2023 18:53:21 -0500 Subject: [PATCH] chore: add repo to paylod --- .github/workflows/strain_dispatcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/strain_dispatcher.yml b/.github/workflows/strain_dispatcher.yml index b998e2ef..6b794f98 100644 --- a/.github/workflows/strain_dispatcher.yml +++ b/.github/workflows/strain_dispatcher.yml @@ -17,4 +17,4 @@ jobs: token: ${{ secrets.NELP_PAT_TEST }} repository: nelc/edx-platform-strains event-type: strain-update-pr - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "property_json_path": "DISTRO_EOX_NELP_DPKG.version", "branch": "${{ github.ref_name }}"}' + client-payload: '{"repo": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "property_json_path": "DISTRO_EOX_NELP_DPKG.version", "branch": "${{ github.ref_name }}"}'