We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95db76c commit 83d533aCopy full SHA for 83d533a
.github/workflows/update-urls.yml
@@ -25,7 +25,7 @@ jobs:
25
cache: 'maven'
26
- name: Build and run url updater
27
run: |
28
- mvn -B -ntp -Dstyle.color=always -pl cli -am install
+ 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"
30
- name: Commit and push to ide-urls
31
0 commit comments