Skip to content

Commit 511031d

Browse files
committed
git-artifacts: remove the unused repository and ref inputs
These inputs were used when the workflow still had its home inside git-for-windows/git, but as of its move to git-for-windows/git-for-windows-automation, they are no longer used: We either get the revision from which to build the Git artifacts from a `tag-git` workflow run or from the `existing-git-tag` input. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7b75a4a commit 511031d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ on:
77
artifacts:
88
description: 'Optionally restrict what artifacts to build (portable, installer, etc.). Separate artifacts with spaces'
99
required: false
10-
ref:
11-
description: 'Optionally override which branch to build'
12-
required: false
13-
default: main
14-
repository:
15-
description: 'Optionally override from where to fetch the specified ref'
16-
required: false
17-
default: git-for-windows/git
1810
architecture:
1911
type: choice
2012
description: 'Architecture to build'
@@ -38,8 +30,6 @@ env:
3830
HOME: "${{github.workspace}}\\home"
3931
USERPROFILE: "${{github.workspace}}\\home"
4032
ARTIFACTS_TO_BUILD: "${{github.event.inputs.artifacts}}"
41-
REPOSITORY: "${{github.event.inputs.repository}}"
42-
REF: "${{github.event.inputs.ref}}"
4333
ARCHITECTURE: "${{github.event.inputs.architecture}}"
4434
BUNDLE_ARTIFACTS_WORKFLOW_RUN_ID: "${{github.event.inputs.bundle_artifacts_workflow_run_id}}"
4535
EXISTING_GIT_TAG: "${{github.event.inputs.existing_git_tag}}"

0 commit comments

Comments
 (0)