We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3c0bf commit ca06fe9Copy full SHA for ca06fe9
.github/workflows/sync-working-groups.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run script
34
run: |
35
- jbang --verbose --java ${JVM_VERSION} working-groups/main.java -Dworking-groups.output=_data/wg.yaml
+ jbang --java ${JVM_VERSION} working-groups/main.java -Dworking-groups.output=_data/wg.yaml
36
env:
37
GITHUB_TOKEN: ${{ secrets.SYNC_WORKING_GROUP_TOKEN }}
38
0 commit comments