fix: use pull request head sha instead of commit.sha (#13063)

This commit is contained in:
YannC
2025-11-19 09:34:34 +01:00
committed by GitHub
parent 3c09a38eed
commit 1f8d2ea918

View File

@@ -50,7 +50,7 @@ jobs:
repository: kestra-io/kestra-ee
event-type: "oss-updated"
client-payload: >-
{"commit_sha":"${{ github.sha }}","pr_repo":"${{ github.repository }}"}
{"commit_sha":"${{ github.event.pull_request.head.sha }}","pr_repo":"${{ github.repository }}"}
file-changes:
if: ${{ github.event.pull_request.draft == false }}