We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044a46 commit ec39a54Copy full SHA for ec39a54
.github/workflows/azure-preview-env-deploy.yml
@@ -150,9 +150,8 @@ jobs:
150
name: Check out user code to temp directory
151
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
152
with:
153
- repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
154
- ref: ${{ env.COMMIT_REF }}
155
path: ./user-code
+ ref: ${{ env.COMMIT_REF }}
156
157
# Move acceptable user changes into our main branch checkout
158
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
0 commit comments