Skip to content

Commit 66bc9f9

Browse files
committed
wip
Signed-off-by: Alex J Lennon <[email protected]>
1 parent 72d84a0 commit 66bc9f9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dialog.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ on:
55
paths-ignore: ["README.md"]
66
workflow_dispatch:
77

8-
workflow_call:
9-
inputs:
10-
DOCKER_HUB_USR:
11-
type: string
12-
default: 'ajlennon'
138
jobs:
149
turkeyGitops:
1510
uses: hubs-foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master
1611
with:
17-
bilbo: 'baggins'
18-
DOCKER_HUB_USR: ${{ inputs.DOCKER_HUB_USR }}
12+
DOCKER_HUB_USR: 'ajlennon'
1913
secrets:
2014
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }}

0 commit comments

Comments
 (0)