Skip to content

Commit 616cfd5

Browse files
committed
Remove redundant workflow input
1 parent a39cab6 commit 616cfd5

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/deploy-site-reusable.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ on:
3232
description: Flag indicating if Maven `install` goal should be run before running the `site` goal
3333
default: false
3434
type: boolean
35-
source-branch:
36-
description: |
37-
The branch, tag, or SHA to checkout and run the Maven `site` goal on.
38-
When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event.
39-
Otherwise, the default branch of the repository will be used.
40-
default: ""
41-
type: string
4235
target-branch:
4336
description: The name of the branch the generated site content will be written to
4437
required: true
@@ -62,8 +55,6 @@ jobs:
6255

6356
- name: Checkout the source branch
6457
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
65-
with:
66-
ref: ${{ inputs.source-branch }}
6758

6859
- name: Set up Java
6960
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 3.7.0

.github/workflows/deploy-site.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
profile: ~
6464
whoami: ${{ github.ref_name }}-out
6565
subdir: content/logging-parent
66-
source-branch: ${{ github.ref_name }}
6766
target-branch: ${{ github.ref_name }}-out
6867

6968
export-version:

0 commit comments

Comments
 (0)