There was an error while loading. Please reload this page.
1 parent e2198bb commit 56cc080Copy full SHA for 56cc080
1 file changed
.github/workflows/fix-renovate.yml
@@ -67,12 +67,12 @@ jobs:
67
echo "The PR commit is ${{ steps.get-pr-data.outputs.head_sha }}"
68
echo "The repository is ${{ steps.get-pr-data.outputs.head_repo }}"
69
70
- - name: ✈ Checkout PR branch
+ - name: ✈ Checkout PR commit
71
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
72
with:
73
fetch-depth: 0
74
repository: ${{ steps.get-pr-data.outputs.head_repo }}
75
- ref: ${{ steps.get-pr-data.outputs.head_branch }}
+ ref: ${{ steps.get-pr-data.outputs.head_sha }}
76
77
- name: 🔍 Verify checked-out commit
78
run: |
0 commit comments