Skip to content

Commit

Permalink
Merge pull request #1638 from Tobbe/tobbe-pr-comment-format
Browse files Browse the repository at this point in the history
GH Action PR Comment: Formatting
  • Loading branch information
Tobbe authored Jan 13, 2021
2 parents dbbf00c + 25d31be commit 8ede02d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish_pr_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
v_sha=$(ls | grep "\.tgz$" | sed 's/\.tgz$//' | head -n1 | awk -F"-" '{ print $(NF-1)"-"$NF }')
msg="### 📦 PR Packages%0A"
msg+="%0A"
msg+="<details><summary>Click to Show Package Download Links</summary>"
msg+="<details><summary>Click to Show Package Download Links</summary>%0A"
msg+="%0A"
for p in *; do
msg+="https://rw-pr-redwoodjs-com.s3.amazonaws.com/$pr_number/$p%0A"
done
msg+="%0A"
msg+="</details>"
msg+="</details>%0A"
msg+="%0A"
msg+="Install this PR by running \`yarn rw upgrade --pr $pr_number:$v_sha\`"
echo "::set-output name=msg::$msg"
Expand Down

0 comments on commit 8ede02d

Please sign in to comment.