Skip to content

Commit

Permalink
chore: add repo to paylod
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Sep 1, 2023
1 parent f66a41d commit f14ff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strain_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'

0 comments on commit f14ff9f

Please sign in to comment.