ci: remove token test input

This commit is contained in:
ok-nick 2023-09-18 00:26:00 -04:00
parent 7386209762
commit 5185e135bf
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -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: |