1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge branch 'main' into fix/#13845

This commit is contained in:
Ramya Parimi
2022-02-11 10:58:02 -06:00
committed by GitHub

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' }}