File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 name : site
136136 path : site
137137 - name : Raise defects if needed
138- uses : jbangdev/jbang-action@v0.128.7
138+ uses : jbangdev/jbang-action@v0.130.0
139139 if : " github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')"
140140 with :
141141 script : site-validation/bad-image-issue.java
Original file line number Diff line number Diff line change 4848 PATH_PREFIX : " ${{ github.ref_name == 'main' && 'extensions' || '' }}"
4949 PATH_PREFIX_FLAG : " ${{ github.ref_name == 'main' && '--prefix-paths' || '' }}"
5050 - name : Raise defects if needed
51- uses : jbangdev/jbang-action@v0.128.7
51+ uses : jbangdev/jbang-action@v0.130.0
5252 with :
5353 script : site-validation/dead-link-issue.java
5454 scriptargs : token=${{ secrets.GITHUB_TOKEN }} issueRepo=${{ github.repository }} runId=${{ github.run_id }} siteUrl=https://quarkus.io/extensions
You can’t perform that action at this time.
0 commit comments