|
@@ -28,7 +28,7 @@ jobs:
|
|
echo "::set-output name=pr::${{ github.event.pull_request.number }}"
|
|
echo "::set-output name=pr::${{ github.event.pull_request.number }}"
|
|
echo "::set-output name=repo::${{ github.event.pull_request.head.repo.full_name }}"
|
|
echo "::set-output name=repo::${{ github.event.pull_request.head.repo.full_name }}"
|
|
fi
|
|
fi
|
|
- - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
|
|
|
|
|
|
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
|
|
with:
|
|
with:
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|