Skip to content

Commit 5450027

Browse files
committed
Try and fix issue with echoing back the version
1 parent f609ccf commit 5450027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ runs:
1919
shell: bash
2020
- id: version
2121
shell: bash
22-
run: echo "::set-output name=version::$(snyk version)"
22+
run: echo ::set-output name=version::"$(snyk version)"

0 commit comments

Comments
 (0)