Skip to content

Commit 9670c55

Browse files
authored
Update git pull command to use GITHUB_REF_NAME
1 parent 005a3b6 commit 9670c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
run: |
213213
git config user.name "Hai Chu"
214214
git config user.email "hai.m.chu@tuni.fi"
215-
git pull --rebase origin main
215+
git pull --rebase origin "$GITHUB_REF_NAME"
216216
217217
- name: Bump patch version
218218
id: set-version

0 commit comments

Comments
 (0)