Remove ref parameter from workflows
This commit is contained in:
@@ -25,11 +25,6 @@ on:
|
||||
description: version of sts4 ls extensions
|
||||
required: false
|
||||
type: string
|
||||
ref:
|
||||
description: Git branch, tag, commit hash
|
||||
required: false
|
||||
default: 'main'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -40,7 +35,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
sparse-checkout: |
|
||||
.github
|
||||
headless-services
|
||||
|
||||
Reference in New Issue
Block a user