Skip to content

Commit

Permalink
check PR origin
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Sep 11, 2023
1 parent 155473b commit 1c4a805
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,6 @@ jobs:
number: ${{ github.event.number }}
id: deploy-preview
message: "Starting deployment of preview ⏳..."
# - name: Find Comment
# uses: peter-evans/find-comment@v2
# if github.ref != 'refs/heads/master'
# id: fc
# with:
# issue-number: ${{ github.event.pull_request.number }}
# comment-author: 'github-actions[bot]'
# body-includes: This comment was written by a bot!

# - name: Create comment
# if github.ref != 'refs/heads/master' && steps.fc.outputs.comment-id == ''
# uses: peter-evans/create-or-update-comment@v3
# with:
# issue-number: ${{ github.event.pull_request.number }}
# body: |
# This comment was written by a bot!
# reactions: rocket

# - name: Update comment
# if github.ref != 'refs/heads/master' && steps.fc.outputs.comment-id != ''
# uses: peter-evans/create-or-update-comment@v3
# with:
# comment-id: ${{ steps.fc.outputs.comment-id }}
# body: |
# This comment has been updated!
# reactions: hooray

- name: Checkout website repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c4a805

Please sign in to comment.