File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
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
30+ jbangargs : --verbose -Dworking-groups.output=_data/wg.yaml.template
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 : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments