Skip to content

Commit

Permalink
chore(discover-lean-pr-testing): fix multiline output to GITHUB_OUTPUT (
Browse files Browse the repository at this point in the history
  • Loading branch information
jcommelin committed Nov 22, 2024
1 parent 981dca5 commit 2bb0410
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/discover-lean-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- nightly-testing
paths:
- lean-toolchain

jobs:
discover-lean-pr-testing:
Expand Down Expand Up @@ -69,7 +67,7 @@ jobs:
# Output the PRs
echo "$PRS"
echo "prs=$PRS" >> "$GITHUB_OUTPUT"
printf "prs<<EOF\n%s\nEOF" "$PRS" >> "$GITHUB_OUTPUT"
- name: Use merged PRs information
id: find-branches
Expand Down

0 comments on commit 2bb0410

Please sign in to comment.