Skip to content

Commit

Permalink
Fix Colima version output
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Jul 28, 2023
1 parent 2e72951 commit bf1fed9
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 @@ -80,7 +80,7 @@ runs:
- id: colima-version
run: |
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "colima-version=$EOF" >> $GITHUB_OUTPUT
echo "colima-version<<$EOF" >> $GITHUB_OUTPUT
colima version >> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT
shell: bash

0 comments on commit bf1fed9

Please sign in to comment.