File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
2222 with :
2323 distribution : temurin
2424 java-version : ${{ env.JVM_VERSION }}
25-
25+
2626 - name : Build working groups YAML file
27272828 with :
2929 script : working-groups/main.java
30- jbangargs : --verbose -Dworking-groups.output=_data/wg.yaml.template
30+ jbangargs : --verbose -Dworking-groups.output=_data/wg.yaml
3131 env :
3232 JBANG_REPO : /root/.jbang/repository
33- GITHUB_TOKEN : ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}
33+ GITHUB_TOKEN : ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}
3434
3535 - name : Configure Git author
3636 run : |
3737 git config --local user.email "[email protected] " 3838 git config --local user.name "GitHub Action"
39-
39+
4040 - name : Commit changes
4141 shell : bash
4242 run : |
Original file line number Diff line number Diff line change 1+ ---
2+ working-groups :
3+ {#for board in boards}
4+ - title : " {board.title}"
5+ board-url : " {board.url}"
6+ short-description : {board.shortDescription.trim()}
7+ readme : |
8+ {board.getIndentedReadme().raw}
9+ status : {board.getBadgeText()}
10+ last-activity : {board.getLastActivityDate()}
11+ {#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
12+ last-update : {board.getLastUpdate().body.trim()}
13+ {/if}
14+ {/for}
You can’t perform that action at this time.
0 commit comments