Skip to content

Commit f050ea8

Browse files
committed
Try reordering the inputs
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 07ebf5b commit f050ea8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ant.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
default: temurin
2424
description: The java distribution to build against
2525
required: false
26+
plugin-directory:
27+
type: string
28+
default: ${{ github.event.repository.name }}
29+
required: false
30+
description: "A variable used for developing the GitHub Action. We change directory to this prior to running build actions."
2631
plugin-jar-name:
2732
type: string
2833
default: ${{ inputs.plugin-directory }}
@@ -51,11 +56,6 @@ on:
5156
default: ''
5257
required: false
5358
description: "A variable used for developing the GitHub Action. See actions/checkout@v4."
54-
plugin-directory:
55-
type: string
56-
default: ${{ github.event.repository.name }}
57-
required: false
58-
description: "A variable used for developing the GitHub Action. We change directory to this prior to running build actions."
5959
outputs:
6060
tag:
6161
description: "The release tag"

.github/workflows/internal_ant.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
default: temurin
2424
description: The java distribution to build against
2525
required: false
26+
plugin-directory:
27+
type: string
28+
default: ${{ github.event.repository.name }}
29+
required: false
30+
description: "A variable used for developing the GitHub Action. We change directory to this prior to running build actions."
2631
plugin-jar-name:
2732
type: string
2833
default: ${{ inputs.plugin-directory }}
@@ -51,11 +56,6 @@ on:
5156
default: ''
5257
required: false
5358
description: "A variable used for developing the GitHub Action. See actions/checkout@v4."
54-
plugin-directory:
55-
type: string
56-
default: ${{ github.event.repository.name }}
57-
required: false
58-
description: "A variable used for developing the GitHub Action. We change directory to this prior to running build actions."
5959
outputs:
6060
tag:
6161
description: "The release tag"

0 commit comments

Comments
 (0)