diff --git a/.github/workflows/attestation-test.yml b/.github/workflows/attestation-test.yml index e826921..c6e529d 100644 --- a/.github/workflows/attestation-test.yml +++ b/.github/workflows/attestation-test.yml @@ -24,6 +24,7 @@ jobs: execution_client: ${{ github.event.client_payload.execution_client || inputs.execution_client || '' }} pr_number: ${{ github.event.client_payload.pr_number || github.event.pull_request.number || '' }} head_ref: ${{ github.event.client_payload.head_ref || github.event.pull_request.head.ref || github.ref_name }} + head_sha: ${{ github.event.client_payload.head_sha || github.sha }} sender: ${{ github.event.client_payload.sender || github.event.pull_request.user.login || github.actor }} ipfs_hash: ${{ github.event.client_payload.ipfs_hash || inputs.ipfs_hash || '' }} secrets: inherit diff --git a/.github/workflows/sync-test.yml b/.github/workflows/sync-test.yml index 962e4ce..9c079f1 100644 --- a/.github/workflows/sync-test.yml +++ b/.github/workflows/sync-test.yml @@ -29,6 +29,7 @@ jobs: execution_client: ${{ github.event.client_payload.execution_client || inputs.execution_client || '' }} pr_number: ${{ github.event.client_payload.pr_number || github.event.pull_request.number || '' }} head_ref: ${{ github.event.client_payload.head_ref || github.event.pull_request.head.ref || github.ref_name }} + head_sha: ${{ github.event.client_payload.head_sha || github.event.pull_request.head.sha || github.sha }} sender: ${{ github.event.client_payload.sender || github.event.pull_request.user.login || github.actor }} ipfs_hash: ${{ github.event.client_payload.ipfs_hash || inputs.ipfs_hash || '' }} secrets: inherit