Skip to content

Commit

Permalink
Pass --fresh to JBang
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored Jan 30, 2024
1 parent 5e9a5d5 commit 9f2abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
steps:
- run: curl -Ls https://sh.jbang.dev | bash -s - app setup
shell: bash
- run: ~/.jbang/bin/jbang --repos 'https://s01.oss.sonatype.org/content/repositories/snapshots/' --repos 'mavencentral' io.quarkus.bot:action-build-reporter:999-SNAPSHOT
- run: ~/.jbang/bin/jbang --fresh --repos 'https://s01.oss.sonatype.org/content/repositories/snapshots/' --repos 'mavencentral' io.quarkus.bot:action-build-reporter:999-SNAPSHOT
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}

0 comments on commit 9f2abd7

Please sign in to comment.