From 8a73a00a61e8bddbf0cc4c8cc23804b2d2dc01a1 Mon Sep 17 00:00:00 2001 From: Adnan Khan Date: Wed, 10 Apr 2024 14:59:13 -0400 Subject: [PATCH] use SHA as reference instead of branch. --- .github/workflows/request-cli-integ-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/request-cli-integ-test.yml b/.github/workflows/request-cli-integ-test.yml index dfefb83f881f7..1b37dede1a153 100644 --- a/.github/workflows/request-cli-integ-test.yml +++ b/.github/workflows/request-cli-integ-test.yml @@ -38,7 +38,7 @@ jobs: with: # Needs to run with PROJEN_GITHUB_TOKEN because we need permissions to force push the branch token: ${{ secrets.PROJEN_GITHUB_TOKEN }} - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Submit to test-pipeline run: |