This commit is contained in:
Ashwin Bharambe 2025-08-15 13:12:25 -07:00
parent 2bbe7bff6d
commit 65aae53ff6
2 changed files with 3 additions and 4 deletions

View file

@ -63,10 +63,10 @@ runs:
git commit -m "Recordings update from CI" git commit -m "Recordings update from CI"
fi fi
git fetch origin ${{ github.event.pull_request.head.ref }} git fetch origin ${{ github.ref_name }}
git rebase origin/${{ github.event.pull_request.head.ref }} git rebase origin/${{ github.ref_name }}
echo "Rebased successfully" echo "Rebased successfully"
git push origin HEAD:${{ github.event.pull_request.head.ref }} git push origin HEAD:${{ github.ref_name }}
echo "Pushed successfully" echo "Pushed successfully"
else else
echo "No recording changes" echo "No recording changes"

View file

@ -38,7 +38,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0 fetch-depth: 0
- name: Setup test environment - name: Setup test environment