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 a20d3d4 commit bf210b5Copy full SHA for bf210b5
action.yml
@@ -12,4 +12,5 @@ runs:
12
steps:
13
- shell: bash
14
run: |
15
+ echo Will fetch bpkg@${{ inputs.bpkg-version }}
16
curl -sLo- get.bpkg.sh/${{ inputs.bpkg-version }} | bash
0 commit comments