Skip to content

Commit

Permalink
Merge pull request #5309 from mozilla/MNTOR-3791
Browse files Browse the repository at this point in the history
MNTOR-3791: fix comment vars
  • Loading branch information
mansaj authored Nov 18, 2024
2 parents 9a30b62 + d5a620b commit 90b6fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview_deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
- name: Comment on Pull Request
uses: thollander/actions-comment-pull-request@v3
with:
GITHUB_TOKEN: ${{ github.token }}
github-token: ${{ github.token }}
message: |
Preview URL :rocket: : ${{ steps.deploy.outputs.url }}
comment_tag: preview_url
comment-tag: preview_url
create-if-not-exists: true

0 comments on commit 90b6fbb

Please sign in to comment.