Skip to content

Commit

Permalink
debug commenting on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Nov 23, 2023
1 parent f0d543d commit 3cc3a79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/centrifuge-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,23 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: PR comment with preview URL
id: prcomment
uses: thollander/actions-comment-pull-request@v2
env:
pull_sha: ${{ github.event.pull_request.head.sha }}
with:
comment_tag: pr_preview_url
mode: recreate
message: |
PR deployed in Google Cloud
URL: https://${{ needs.deploy-app.outputs.bucket_url }}
Commit #: ${{ env.pull_sha }}
To access the functions directly check the corresponding deploy Action
- name: Check notify outputs
run: |
echo "id : ${{ steps.prcomment.outputs.id }}"
echo "body : ${{ steps.prcomment.outputs.body }}"
echo "html_url : ${{ steps.prcomment.outputs.html_url }}"
# owasp_scan:
# needs: deploy-app
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3cc3a79

Please sign in to comment.