CI: add source_sha option to enterprise-pr-check action (#59314)

* add source_sha option to enterprise-pr-check action

* Add git hash to enterprise check branch
This commit is contained in:
Kevin Minehart
2022-11-28 09:44:23 -06:00
committed by GitHub
parent 40d87d9d40
commit b3b7cba0fe
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ jobs:
repository: grafana/grafana-enterprise
event_type: oss-pull-request
client_payload:
'{"source_branch": "${{ github.head_ref }}", "target_branch": "${{ github.base_ref }}", "pr_number": "${{ github.event.number }}"}'
'{"source_sha": "${{ github.sha }}", "source_branch": "${{ github.head_ref }}", "target_branch": "${{ github.base_ref }}", "pr_number": "${{ github.event.number }}"}'