Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Sep 15, 2023
1 parent 1080491 commit 2c44c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- run: echo ${{ github.event.workflow_run.pull_requests.id }}
- run: echo ${{ github.event.workflow_run.pull_requests.number }}

- name: Comment start deploying preview
if: ${{ github.event.workflow_run.event != 'push' }}
uses: mshick/add-pr-comment@v2
Expand Down

0 comments on commit 2c44c46

Please sign in to comment.