Skip to content

Commit ec39a54

Browse files
Peter Bengtssonmikesurowiec
andauthored
Revert "fix public repo forked builds (#25280)" (#25290)
This reverts commit 657ed54. Co-authored-by: Mike Surowiec <[email protected]>
1 parent 5044a46 commit ec39a54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,8 @@ jobs:
150150
name: Check out user code to temp directory
151151
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
152152
with:
153-
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
154-
ref: ${{ env.COMMIT_REF }}
155153
path: ./user-code
154+
ref: ${{ env.COMMIT_REF }}
156155

157156
# Move acceptable user changes into our main branch checkout
158157
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}

0 commit comments

Comments
 (0)