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 @@ -131,7 +131,7 @@ jobs:
131131 name : site
132132 path : site
133133 - name : Raise defects if needed
134- uses : jbangdev/jbang-action@v0.111 .0
134+ uses : jbangdev/jbang-action@v0.119 .0
135135 if : " github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')"
136136 with :
137137 script : site-validation/bad-image-issue.java
Original file line number Diff line number Diff line change 4444 PATH_PREFIX : " ${{ github.ref_name == 'main' && 'extensions' || '' }}"
4545 PATH_PREFIX_FLAG : " ${{ github.ref_name == 'main' && '--prefix-paths' || '' }}"
4646 - name : Raise defects if needed
47- uses : jbangdev/jbang-action@v0.111 .0
47+ uses : jbangdev/jbang-action@v0.119 .0
4848 with :
4949 script : site-validation/dead-link-issue.java
5050 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