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 a744a59 commit 37a6f1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- run: echo ${{ github.event.workflow_run.pull_requests[0] }}
- run: echo ${{ github.event.workflow_run.pull_requests[1] }}
- run: echo ${{ toJson(github.event.workflow_run.pull_requests) }}

- name: Comment start deploying preview
if: ${{ github.event.workflow_run.event != 'push' }}
Expand Down

0 comments on commit 37a6f1b

Please sign in to comment.