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 8be0439 commit 7dd7453Copy full SHA for 7dd7453
.github/workflows/main.yml
@@ -156,7 +156,7 @@ jobs:
156
- name: Checkout repository
157
uses: actions/checkout@v3
158
with:
159
- ref: ${{ github.event.inputs.COMMIT_SHA }}
+ ref: ${{ github.ref }}
160
fetch-depth: 1
161
sparse-checkout: |
162
unittests
@@ -183,4 +183,4 @@ jobs:
183
run: |
184
ctest -C ${{ matrix.configuration }} -VV -R dxc_smoke --output-on-failure
185
working-directory: unittests\Devsh\build
186
- shell: cmd
+ shell: cmd
0 commit comments