We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf210b5 commit d1b03f3Copy full SHA for d1b03f3
action.yml
@@ -12,5 +12,5 @@ runs:
12
steps:
13
- shell: bash
14
run: |
15
- echo Will fetch bpkg@${{ inputs.bpkg-version }}
+ echo Will fetch and install bpkg@${{ inputs.bpkg-version }}
16
curl -sLo- get.bpkg.sh/${{ inputs.bpkg-version }} | bash
0 commit comments