Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconZet committed Jan 18, 2023
1 parent 6b5ad40 commit 9722e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
java-version: 11
- name: Download release
if: ${{ inputs.use-release == 'true' }}
run: gh release download `echo ${{ github.action_path }} | grep -Po "(?<=\/)[^\/]*$` --pattern bazel-steward.jar
run: gh release download `echo ${{ github.action_path }} | grep -Po "(?<=\/)[^\/]*$"` --pattern bazel-steward.jar
env:
GH_TOKEN: ${{ github.token }}
shell: bash
Expand Down

0 comments on commit 9722e53

Please sign in to comment.