1
0
mirror of synced 2025-12-30 12:02:01 -05:00

fix public repo forked builds (#25280)

This commit is contained in:
Mike Surowiec
2022-02-11 10:29:52 -06:00
committed by GitHub
parent 74510d0cd3
commit 657ed545f7

View File

@@ -150,8 +150,9 @@ jobs:
name: Check out user code to temp directory
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
with:
path: ./user-code
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ env.COMMIT_REF }}
path: ./user-code
# Move acceptable user changes into our main branch checkout
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}