Skip to content

Commit 3c54562

Browse files
committed
Revert "Merge pull request quarkusio#2153 from marko-bekhta/fix/27-retire-followup"
This reverts commit 3a9eda0, reversing changes made to efc9dbe.
1 parent dad4925 commit 3c54562

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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.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: |

working-groups/templates/wg.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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}

0 commit comments

Comments
 (0)