We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bcd3b commit 9684605Copy full SHA for 9684605
1 file changed
.github/workflows/main.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Commit version bump to PR branch
39
working-directory: MyMusicClientSveltePwa
40
run: |
41
+ git pull
42
git config user.name "github-actions[bot]"
43
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
44
git add package.json package-lock.json
0 commit comments