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 committed Apr 12, 2024
2 parents cbb262f + 927d684 commit 53a9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Comment on PR
run: |
GITHUB_PR=${{ steps.pr.outputs.result }}
GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
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"
Expand Down

0 comments on commit 53a9612

Please sign in to comment.