Skip to content

Commit 51c78cc

Browse files
devonfw#1024: fixed github actions build
1 parent 83d533a commit 51c78cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-urls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build and run url updater
2727
run: |
2828
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"
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"
3030
- name: Commit and push to ide-urls
3131
run: |
3232
cd ide-urls

0 commit comments

Comments
 (0)