Skip to content

Commit 1687d24

Browse files
committed
removed repository param from build
1 parent 1bd8b4a commit 1687d24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ on:
2929
description: Whether to run the workflow (workaround for required status checks issue)
3030
type: boolean
3131
default: true
32-
repository:
33-
type: string
34-
default: ${{ github.repository }}
3532
outputs:
3633
kayobe_image:
3734
description: Reference of Kayobe image that was built
@@ -56,7 +53,6 @@ jobs:
5653
- name: Checkout kayobe config
5754
uses: actions/checkout@v4
5855
with:
59-
repository: ${{ inputs.repository }}
6056
submodules: true
6157

6258
- name: Log in to the Container registry

0 commit comments

Comments
 (0)