We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86dacf commit ec556d6Copy full SHA for ec556d6
action.yml
@@ -106,7 +106,7 @@ runs:
106
},
107
{
108
"id": "${{ steps.codeartifact.outputs.REPO_ID }}",
109
- "url": "https://${{ steps.codeartifact.outputs.HOST }}/maven/maven/"
+ "url": "https://${{ steps.codeartifact.outputs.HOST }}/${{ inputs.aws-codeartifact-repository }}/maven/"
110
}
111
]
112
plugin_repositories: >
@@ -121,7 +121,7 @@ runs:
121
122
123
124
125
126
127
active_profiles: >
0 commit comments