mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +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
|
required: false
|
||||||
cache:
|
cache:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
default: "true"
|
||||||
token:
|
|
||||||
type: string
|
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -40,7 +38,6 @@ jobs:
|
||||||
version: ${{ inputs.version }}
|
version: ${{ inputs.version }}
|
||||||
path: ${{ inputs.path }}
|
path: ${{ inputs.path }}
|
||||||
cache: ${{ inputs.cache }}
|
cache: ${{ inputs.cache }}
|
||||||
token: ${{ inputs.token }}
|
|
||||||
|
|
||||||
- name: Verify executables in PATH on bash
|
- name: Verify executables in PATH on bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue