Fix formatting of Maven Central check url

Closes gh-455
This commit is contained in:
Stéphane Nicoll
2024-07-13 11:19:06 +02:00
parent d09e100869
commit caa0d72d16

View File

@@ -40,7 +40,7 @@ runs:
- name: Await
shell: bash
run: |
url=${{ format('https://repo.maven.apache.org/maven2/org/springframework/retry/spring-retry/{0}/spring-retry-{0}.jar', inputs.spring-framework-version) }}
url=${{ format('https://repo.maven.apache.org/maven2/org/springframework/retry/spring-retry/{0}/spring-retry-{0}.jar', inputs.spring-retry-version) }}
echo "Waiting for $url"
until curl --fail --head --silent $url > /dev/null
do