Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Switch to merged PR URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar authored May 13, 2024
1 parent c685243 commit 246b3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ runs:
if: ${{ steps.gruntwork_context.outputs.terragrunt_command == 'apply' }}
env:
ACTION_PATH: ${{ github.action_path }}
MERGED_PR_NUMBER: ${{ steps.get_pr_number.outputs.pr_number }}
MERGED_PR_URL: https://github.com/${{ github.repository }}/pull/${{ steps.get_pr_number.outputs.pr_number }}
CREATED_PR_URL: ${{ steps.create_pr.outputs.pull-request-url }}
GH_TOKEN: ${{ inputs.INFRA_ROOT_WRITE_TOKEN }}
run: |
Expand All @@ -166,7 +166,7 @@ runs:
cat step-summary.md >> "$GITHUB_STEP_SUMMARY"
gh pr comment "$MERGED_PR_NUMBER" \
gh pr comment "$MERGED_PR_URL" \
-F step-summary.md
rm -f step-summary.md

0 comments on commit 246b3ca

Please sign in to comment.