Skip to content

Commit 6ef5f09

Browse files
committed
Remove ref parameter from workflow - implied via GH
1 parent a02c3a9 commit 6ef5f09

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.github/workflows/akamai-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
4848
with:
49-
ref: ${{ inputs.ref }}
5049
sparse-checkout: |
5150
.github
5251
- name: Configure Cloudgate

.github/workflows/eclipse-ls-extensions-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ on:
2525
description: version of sts4 ls extensions
2626
required: false
2727
type: string
28-
ref:
29-
description: Git branch, tag, commit hash
30-
required: false
31-
default: 'main'
32-
type: string
3328

3429
jobs:
3530

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ on:
2121
description: p2 qualifier to override
2222
required: false
2323
type: string
24-
ref:
25-
description: Git branch, tag, commit hash
26-
required: false
27-
default: 'main'
28-
type: string
2924
java_version:
3025
description: JDK version to build the artifacts
3126
required: false
@@ -39,7 +34,6 @@ jobs:
3934
steps:
4035
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
4136
with:
42-
ref: ${{ inputs.ref }}
4337
sparse-checkout: |
4438
.github
4539
eclipse-distribution

.github/workflows/upload-nightly-downloads-page.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1717
with:
18-
ref: ${{ inputs.ref }}
1918
sparse-checkout: |
2019
.github
2120
eclipse-distribution/common/html

0 commit comments

Comments
 (0)