Skip to content

Commit b64ca26

Browse files
committed
Remove repository input from checkout step
1 parent 3e3638c commit b64ca26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
if: github.event_name == 'push' || steps.check-files.outputs.any_changed == 'true'
5454
uses: actions/checkout@v4
5555
with:
56-
repository: '${{ github.event.pull_request.head.repo.full_name || github.repository }}'
5756
ref: ${{ github.event.pull_request.head.sha || github.ref }}
5857
persist-credentials: false
5958

0 commit comments

Comments
 (0)