Skip to content

Commit

Permalink
Merge pull request #2154 from marko-bekhta/fix/wg-template-for-locali…
Browse files Browse the repository at this point in the history
…zed-sites

Update wg template output
  • Loading branch information
yrodiere authored Nov 4, 2024
2 parents 120a3cf + ffb0f1a commit dc6db14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync-working-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ jobs:
with:
distribution: temurin
java-version: ${{ env.JVM_VERSION }}

- name: Build working groups YAML file
uses: jbangdev/[email protected]
with:
script: working-groups/main.java
jbangargs: --verbose -Dworking-groups.output=_data/wg.yaml
jbangargs: --verbose -Dworking-groups.output=_data/wg.yaml.template
env:
JBANG_REPO: /root/.jbang/repository
GITHUB_TOKEN: ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}

- name: Configure Git author
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Commit changes
shell: bash
run: |
Expand Down
14 changes: 0 additions & 14 deletions working-groups/templates/wg.yaml

This file was deleted.

0 comments on commit dc6db14

Please sign in to comment.