diff --git a/.github/workflows/attestation-test.yml b/.github/workflows/attestation-test.yml index f7aa317..24e02d4 100644 --- a/.github/workflows/attestation-test.yml +++ b/.github/workflows/attestation-test.yml @@ -24,6 +24,7 @@ jobs: consensus_client: ${{ github.event.client_payload.consensus_client || inputs.consensus_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 e4781af..aabadce 100644 --- a/.github/workflows/sync-test.yml +++ b/.github/workflows/sync-test.yml @@ -29,6 +29,7 @@ jobs: consensus_client: ${{ github.event.client_payload.consensus_client || inputs.consensus_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