docs:simplify GitHub Actions.

pull/1513/head
Haotian Zhang 7 months ago
parent 1b0aa4761d
commit 2d9a2a1259

@ -30,7 +30,7 @@ jobs:
id: set-matrix
run: |
shopt -s nocasematch
branch_name=${{ github.ref_name }
branch_name=${{ github.ref_name }}
if [ -n "${{ github.base_ref }}" ]; then
branch_name=${{ github.base_ref }}
fi

Loading…
Cancel
Save