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 d09e100 commit caa0d72Copy full SHA for caa0d72
.github/actions/sync-to-maven-central/action.yml
@@ -40,7 +40,7 @@ runs:
40
- name: Await
41
shell: bash
42
run: |
43
- 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) }}
44
echo "Waiting for $url"
45
until curl --fail --head --silent $url > /dev/null
46
do
0 commit comments