File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3232 env :
3333 RUNNER_OS : ${{ runner.os }}
3434 RUNNER_TEMP : ${{ runner.temp }}
35- GITHUB_TOKEN : ${{ inputs .token }}
35+ GITHUB_TOKEN : ${{ github .token }}
3636 ADD_TO_PATH : ${{ inputs.add-to-path }}
3737 QLT_VERSION : ${{ inputs.qlt-version }}
3838 QLT_HOME : ${{ inputs.qlt-home }}
Original file line number Diff line number Diff line change 2626 with :
2727 qlt-version : ' latest'
2828 add-to-path : true
29- token : ${{ secrets.ACCESS_TOKEN }}
3029
3130 - name : Export unit test matrix
3231 id : export-unit-test-matrix
5251 with :
5352 qlt-version : ' latest'
5453 add-to-path : true
55- token : ${{ secrets.ACCESS_TOKEN }}
56-
54+
5755 - name : Install CodeQL
5856 id : install-codeql
5957 uses : ./.github/actions/install-codeql
@@ -120,7 +118,6 @@ jobs:
120118 with :
121119 qlt-version : ' latest'
122120 add-to-path : true
123- token : ${{ secrets.ACCESS_TOKEN }}
124121
125122
126123 - name : Collect test results
You can’t perform that action at this time.
0 commit comments