Skip to content

Commit

Permalink
Fix formatting of Maven Central check url
Browse files Browse the repository at this point in the history
Closes gh-455
  • Loading branch information
snicoll committed Jul 13, 2024
1 parent d09e100 commit caa0d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sync-to-maven-central/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caa0d72

Please sign in to comment.