Skip to content

Commit caa0d72

Browse files
committed
Fix formatting of Maven Central check url
Closes gh-455
1 parent d09e100 commit caa0d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sync-to-maven-central/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- name: Await
4141
shell: bash
4242
run: |
43-
url=${{ format('https://repo.maven.apache.org/maven2/org/springframework/retry/spring-retry/{0}/spring-retry-{0}.jar', inputs.spring-framework-version) }}
43+
url=${{ format('https://repo.maven.apache.org/maven2/org/springframework/retry/spring-retry/{0}/spring-retry-{0}.jar', inputs.spring-retry-version) }}
4444
echo "Waiting for $url"
4545
until curl --fail --head --silent $url > /dev/null
4646
do

0 commit comments

Comments
 (0)