no log: fix CI

This commit is contained in:
morpheus65535 2023-08-04 10:33:26 -04:00
parent bc79491491
commit c36745563f
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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