Skip to content

Commit

Permalink
no log: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Aug 4, 2023
1 parent bc79491 commit c367455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
cond: ${{ github.event_name == 'pull_request' }}
if_true: ${{ github.head_ref }}
if_false: ${{ github.ref }}
if_false: ${{ github.ref_name }}

- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
cond: ${{ github.event_name == 'pull_request' }}
if_true: ${{ github.head_ref }}
if_false: ${{ github.ref }}
if_false: ${{ github.ref_name }}

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c367455

Please sign in to comment.