File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 88 - cron : ' 0 * * * *'
99 workflow_dispatch :
1010
11+ defaults :
12+ run :
13+ shell : bash
14+
1115jobs :
1216 sync :
1317 if : github.repository == 'quarkusio/quarkusio.github.io'
@@ -23,11 +27,12 @@ jobs:
2327 distribution : temurin
2428 java-version : ${{ env.JVM_VERSION }}
2529
26- - name : Build working groups YAML file
27- 28- with :
29- script : working-groups/main.java
30- jbangargs : --verbose -Dworking-groups.output=_data/wg.yaml
30+ - name : Set up JBang
31+ uses : jbangdev/setup-jbang@main
32+
33+ - name : Run script
34+ run : |
35+ jbang --verbose --java ${JVM_VERSION} working-groups/main.java -Dworking-groups.output=_data/wg.yaml
3136 env :
3237 JBANG_REPO : /root/.jbang/repository
3338 GITHUB_TOKEN : ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}
You can’t perform that action at this time.
0 commit comments