Skip to content

Commit

Permalink
fix: whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneethJain committed Mar 4, 2024
1 parent a0c0c35 commit 1d54269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Build and test
run: |
body="${{github.event.pull_request.body}}"
repo_url=$(echo "$body" | sed -n '1p')
branch=$(echo "$body" | sed -n '2p')
repo_url=$(echo "$body" | sed -n '1p' | xargs)
branch=$(echo "$body" | sed -n '2p' | xargs)
echo $repo_url
echo $branch
Expand Down
7 changes: 0 additions & 7 deletions test.sh

This file was deleted.

0 comments on commit 1d54269

Please sign in to comment.