Skip to content

Commit

Permalink
updating template and action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet committed Jan 12, 2024
1 parent 920e70a commit b171d58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/actions/install-qlt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ runs:
env:
RUNNER_OS: ${{ runner.os }}
RUNNER_TEMP: ${{ runner.temp }}
GITHUB_TOKEN: ${{ github.token }}
ADD_TO_PATH: ${{ inputs.add-to-path }}
QLT_VERSION: ${{ inputs.qlt-version }}
QLT_HOME: ${{ inputs.qlt-home }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ inputs:
required: false
default: 'true'

token:
description: |
Token to use for auth
required: true


outputs:
qlt-home:
description: 'The directory containing the QLT installation'
Expand All @@ -33,8 +27,6 @@ runs:
env:
RUNNER_OS: ${{ runner.os }}
RUNNER_TEMP: ${{ runner.temp }}
# GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ inputs.token }}
ADD_TO_PATH: ${{ inputs.add-to-path }}
QLT_VERSION: ${{ inputs.qlt-version }}
QLT_HOME: ${{ inputs.qlt-home }}
Expand Down

0 comments on commit b171d58

Please sign in to comment.