Skip to content

Commit

Permalink
Merge branch 'main' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Apr 12, 2024
2 parents 53a9612 + de6bf63 commit b055b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Comment on PR
run: |
GITHUB_PR=${{ steps.pr.outputs.result }}
GH_TOKEN=${{ github.token }}
COMMENT="Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/builds/$GITHUB_SHA/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:
GH_TOKEN: ${{ github.token }}

0 comments on commit b055b46

Please sign in to comment.