summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b85c9403c..4b6408793 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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