Skip to content

Commit

Permalink
fix uploads3 script
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 12, 2024
1 parent c22318d commit c5987c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ jobs:
- name: Comment on PR
run: |
GITHUB_PR=${{ steps.pr.outputs.result }}
COMMENT="Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/$GITHUB_SHA/acli.phar\n```\ncurl -OL https://acquia-cli.s3.amazonaws.com/build/$GITHUB_SHA/acli.phar\nchmod +x acli.phar\n```"
COMMENT="Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/$GITHUB_SHA/acli.phar
\`\`\`
curl -OL https://acquia-cli.s3.amazonaws.com/build/$GITHUB_SHA/acli.phar
chmod +x acli.phar
\`\`\`"
COMMENT_URL="https://github.com/$GITHUB_REPOSITORY/pull/$GITHUB_PR"
gh pr comment --edit-last $COMMENT_URL --body "$COMMENT" || gh pr comment $COMMENT_URL --body "$COMMENT"
env:
Expand Down

0 comments on commit c5987c0

Please sign in to comment.