We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d533a commit 51c78ccCopy full SHA for 51c78cc
.github/workflows/update-urls.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build and run url updater
27
run: |
28
mvn -B -ntp -Dstyle.color=always -pl url-updater -am install
29
- mvn -B -ntp -Dstyle.color=always -pl url-updater exec:java -Dexec.mainClass="com.devonfw.tools.ide.url.UpdateInitiator" -Dexec.args="../ide-urls PT5H30M"
+ mvn -B -ntp -Dstyle.color=always -pl url-updater exec:java -Dexec.mainClass="com.devonfw.tools.ide.url.UpdateInitiator" -Dexec.args="ide-urls PT5H30M"
30
- name: Commit and push to ide-urls
31
32
cd ide-urls
0 commit comments