Skip to content

Commit dc6db14

Browse files
authored
Merge pull request #2154 from marko-bekhta/fix/wg-template-for-localized-sites
Update wg template output
2 parents 120a3cf + ffb0f1a commit dc6db14

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.github/workflows/sync-working-groups.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2727
uses: jbangdev/[email protected]
2828
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: |

working-groups/templates/wg.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)