We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1be6eb commit 73bbd21Copy full SHA for 73bbd21
.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
74
with:
75
fetch-depth: 0
76
persist-credentials: false
77
+ - name: Check out the target branch
78
+ run: git checkout Lash-L-patch-19
79
- name: Configure Git
80
run: |
81
git config user.name "${{ github.actor }}"
0 commit comments