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