mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
ci: remove token test input
This commit is contained in:
parent
7386209762
commit
5185e135bf
1 changed files with 1 additions and 4 deletions
5
.github/workflows/env.yml
vendored
5
.github/workflows/env.yml
vendored
|
@ -10,9 +10,7 @@ on:
|
|||
required: false
|
||||
cache:
|
||||
type: string
|
||||
required: false
|
||||
token:
|
||||
type: string
|
||||
default: "true"
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
|
@ -40,7 +38,6 @@ jobs:
|
|||
version: ${{ inputs.version }}
|
||||
path: ${{ inputs.path }}
|
||||
cache: ${{ inputs.cache }}
|
||||
token: ${{ inputs.token }}
|
||||
|
||||
- name: Verify executables in PATH on bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue