Skip to content

Commit

Permalink
refactor(action.yml): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jun 12, 2022
1 parent bf210b5 commit d1b03f3
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 @@ -12,5 +12,5 @@ runs:
steps:
- shell: bash
run: |
echo Will fetch bpkg@${{ inputs.bpkg-version }}
echo Will fetch and install bpkg@${{ inputs.bpkg-version }}
curl -sLo- get.bpkg.sh/${{ inputs.bpkg-version }} | bash

0 comments on commit d1b03f3

Please sign in to comment.