Remove ref parameter from workflows
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
|
||||
|
||||
7
.github/workflows/build-vscode-extension.yml
vendored
7
.github/workflows/build-vscode-extension.yml
vendored
@@ -12,11 +12,6 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: snapshot
|
||||
ref:
|
||||
description: Git branch, tag, commit hash
|
||||
required: false
|
||||
default: 'main'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -28,8 +23,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout vscode-extensions code and workflow scripts
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,11 +11,6 @@ on:
|
||||
description: Last segments of an s3 path for p2 Repo for eclipse ls extensions
|
||||
required: true
|
||||
type: string
|
||||
ref:
|
||||
description: Git branch, tag, commit hash
|
||||
required: false
|
||||
default: 'main'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -26,7 +21,6 @@ jobs:
|
||||
build_type: 'release'
|
||||
p2-qualifier: 'RELEASE'
|
||||
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
|
||||
ref: ${{ inputs.ref }}
|
||||
java_version: '17'
|
||||
secrets: inherit
|
||||
|
||||
@@ -37,7 +31,6 @@ jobs:
|
||||
build_type: 'release'
|
||||
p2-qualifier: 'RELEASE'
|
||||
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
|
||||
ref: ${{ inputs.ref }}
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
|
||||
@@ -48,6 +41,5 @@ jobs:
|
||||
build_type: 'release'
|
||||
p2-qualifier: 'RELEASE'
|
||||
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
|
||||
ref: ${{ inputs.ref }}
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
|
||||
@@ -11,11 +11,6 @@ on:
|
||||
description: Last segments of an s3 path for p2 Repo for eclipse ls extensions
|
||||
required: true
|
||||
type: string
|
||||
ref:
|
||||
description: Git branch, tag, commit hash
|
||||
required: false
|
||||
default: 'main'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -26,5 +21,4 @@ jobs:
|
||||
build_type: 'release'
|
||||
skip_tests: true
|
||||
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
|
||||
ref: ${{ inputs.ref }}
|
||||
secrets: inherit
|
||||
|
||||
@@ -11,11 +11,6 @@ on:
|
||||
description: For example "RC1"
|
||||
required: true
|
||||
type: string
|
||||
ref:
|
||||
description: Git branch, tag, commit hash
|
||||
required: false
|
||||
default: 'main'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -29,7 +24,6 @@ jobs:
|
||||
- name: Checkout vscode-extension '${{ inputs.extension-name }}'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
sparse-checkout: |
|
||||
vscode-extensions/${{ inputs.extension-name }}
|
||||
- name: Record Extension Version
|
||||
@@ -56,5 +50,4 @@ jobs:
|
||||
with:
|
||||
extension-name: ${{ inputs.extension-name }}
|
||||
dist: 'release'
|
||||
ref: ${{ inputs.ref }}
|
||||
secrets: inherit
|
||||
|
||||
@@ -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