Skip to content

Commit d1b03f3

Browse files
committed
refactor(action.yml): clean up
1 parent bf210b5 commit d1b03f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212
steps:
1313
- shell: bash
1414
run: |
15-
echo Will fetch bpkg@${{ inputs.bpkg-version }}
15+
echo Will fetch and install bpkg@${{ inputs.bpkg-version }}
1616
curl -sLo- get.bpkg.sh/${{ inputs.bpkg-version }} | bash

0 commit comments

Comments
 (0)