Main instead of master
ci/woodpecker/push/woodpecker Pipeline failed Details

Jef Roosens 2022-04-17 17:43:54 +02:00
parent 31ff4c32ed
commit 18ef6e4a31
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ pipeline:
- git -C vc add v.c v_win.c
- 'git -C vc commit -m "[v:master] $COMMIT_HASH - $COMMIT_MSG"'
# in case there are recent commits:
- git -C vc pull --rebase origin master
- git -C vc pull --rebase origin main
- git -C vc push
when:
event: push