Skip to content

Commit ec556d6

Browse files
committed
replace hardcoded repository name 'maven' with input aws-codeartifact-repository #patch
1 parent c86dacf commit ec556d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
},
107107
{
108108
"id": "${{ steps.codeartifact.outputs.REPO_ID }}",
109-
"url": "https://${{ steps.codeartifact.outputs.HOST }}/maven/maven/"
109+
"url": "https://${{ steps.codeartifact.outputs.HOST }}/${{ inputs.aws-codeartifact-repository }}/maven/"
110110
}
111111
]
112112
plugin_repositories: >
@@ -121,7 +121,7 @@ runs:
121121
},
122122
{
123123
"id": "${{ steps.codeartifact.outputs.REPO_ID }}",
124-
"url": "https://${{ steps.codeartifact.outputs.HOST }}/maven/maven/"
124+
"url": "https://${{ steps.codeartifact.outputs.HOST }}/${{ inputs.aws-codeartifact-repository }}/maven/"
125125
}
126126
]
127127
active_profiles: >

0 commit comments

Comments
 (0)