We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8757b3 commit 4fa9dd3Copy full SHA for 4fa9dd3
.github/workflows/ci.yml
@@ -206,5 +206,5 @@ jobs:
206
- name: "Running ${{ matrix.BUILD_TASK}} task"
207
shell: bash
208
run: |
209
- chmod +x ./tools/ci/github/script
210
- "./tools/ci/github/script ${{ matrix.BUILD_TASK }}"
+ chmod +x $GITHUB_WORKSPACE/tools/ci/github/script
+ "$GITHUB_WORKSPACE/tools/ci/github/script ${{ matrix.BUILD_TASK }}"
0 commit comments