We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e1f01 commit bc8ec8dCopy full SHA for bc8ec8d
1 file changed
.github/workflows/ci.yml
@@ -144,7 +144,10 @@ jobs:
144
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
145
with:
146
fetch-depth: 0
147
- ref: ${{ github.head_ref || github.ref_name }}
+ ref: ${{ github.ref }}
148
+
149
+ - name: Create local branch name
150
+ run: git switch -C ${{ github.head_ref || github.ref_name }}
151
152
# Do a dry run of PSR
153
- name: Test release
0 commit comments