From 2c44c46e0adda859dc76d098019a4e96835d2d7a Mon Sep 17 00:00:00 2001 From: Han Yeong-woo Date: Sat, 16 Sep 2023 02:35:56 +0900 Subject: [PATCH] ci: test --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75b9735..4dd33bd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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