Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: fix deploy-pr.yaml
  • Loading branch information
matifali authored Jul 17, 2023
commit 688742677f3940e531084d1f799204fe7996d60b
11 changes: 1 addition & 10 deletions .github/workflows/pr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,12 @@ jobs:
CODER_BASE_IMAGE_TAG: ghcr.io/coder/coder-preview-base:pr${{ steps.pr_number.outputs.PR_NUMBER }}
CODER_IMAGE_TAG: ghcr.io/coder/coder-preview:pr${{ steps.pr_number.outputs.PR_NUMBER }}

- name: Find Deploy Comment
if: github.event_name == 'issue_comment'
uses: peter-evans/find-comment@v2
id: fco
with:
issue-number: ${{ steps.pr_number.outputs.PR_NUMBER }}
comment-author: "github-actions[bot]"
body-includes: /deploy-pr

- name: React with Rocket
if: github.event_name == 'issue_comment'
id: comment_ido
uses: peter-evans/create-or-update-comment@v3
with:
comment-id: ${{ steps.fco.outputs.comment-id }}
comment-id: ${{ github.event.comment.id }}
reactions: rocket

- name: Find Comment
Expand Down