Remove ref parameter from workflow - implied via GH
This commit is contained in:
1
.github/workflows/akamai-test.yml
vendored
1
.github/workflows/akamai-test.yml
vendored
@@ -46,7 +46,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
sparse-checkout: |
|
||||
.github
|
||||
- name: Configure Cloudgate
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -21,11 +21,6 @@ on:
|
||||
description: p2 qualifier to override
|
||||
required: false
|
||||
type: string
|
||||
ref:
|
||||
description: Git branch, tag, commit hash
|
||||
required: false
|
||||
default: 'main'
|
||||
type: string
|
||||
java_version:
|
||||
description: JDK version to build the artifacts
|
||||
required: false
|
||||
@@ -39,7 +34,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
sparse-checkout: |
|
||||
.github
|
||||
eclipse-distribution
|
||||
|
||||
@@ -15,7 +15,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
sparse-checkout: |
|
||||
.github
|
||||
eclipse-distribution/common/html
|
||||
|
||||
Reference in New Issue
Block a user