Skip to content

Commit

Permalink
Update build_loop.yml: jq -r
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh authored Mar 25, 2024
1 parent 7d85cb1 commit 1a52362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
# Get ref for LoopKit/LoopWorkspace:dev
SHA=$(curl -sS https://api.github.com/repos/${{ env.UPSTREAM_REPO }}/git/refs \
| jq '.[] | select(.ref == "refs/heads/dev" ) | .object.sha' \
| jq -r '.[] | select(.ref == "refs/heads/dev" ) | .object.sha' \
| tr -d '"'
);
Expand Down

0 comments on commit 1a52362

Please sign in to comment.