Skip to content

Commit

Permalink
tmp: check variable
Browse files Browse the repository at this point in the history
Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
  • Loading branch information
KeisukeShima committed Mar 14, 2022
1 parent 0d80f3b commit 5ccfa6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest: ${{ github.event.workflow_run.event != 'pull_request_target' && github.ref_name == github.event.repository.default_branch }}

- run: |
echo ${{ github.event.workflow_run.event }}
echo ${{ github.ref_name }}
echo ${{ github.event.repository.default_branch }}

0 comments on commit 5ccfa6c

Please sign in to comment.