Skip to content

Commit

Permalink
ci - try xargs to strip newline from nowhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileskyfi authored Sep 24, 2024
1 parent 55e0892 commit 11615d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual-using-extra-docker-in-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ jobs:
id: connection-check
run: |
BUNROSVER=$(bun rest2raml.js --version)
echo "rosver=$BUNROSVER" >> "$GITHUB_OUTPUT"
echo $BUNROSVER
echo "rosver=$BUNROSVER" | xargs >> "$GITHUB_OUTPUT"
- name: Run RAML Generator Code with Bun
run: |
Expand Down

0 comments on commit 11615d8

Please sign in to comment.