Skip to content

Commit

Permalink
Merge pull request #87 from tshion/feature/brush_deploy_flow
Browse files Browse the repository at this point in the history
Fix: #84 #85
  • Loading branch information
tshion authored Jan 3, 2025
2 parents a46bb1e + 5c0f3f5 commit 55fec90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
run: |
text = <<"BODY"
Test result: "#{ENV['URL']}"
Test result: #{ENV['URL']}
"#{ENV['NOTE']}"
#{ENV['NOTE']}
BODY
File.open("PR_BODY", "w") { |file|
file.write(text)
Expand Down

0 comments on commit 55fec90

Please sign in to comment.