Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-07-06 13:25:47 +02:00
committed by GitHub
parent 5bd0863f1c
commit 1f1708eba2

View File

@@ -147,8 +147,9 @@ jobs:
uses: actions/checkout@v3
- name: Update changelog for minor versions
run: |
git pull
echo "Starting"
# Git pull
git pull || true
cd "$path"
# Get version
if [ -f config.yaml ]; then
@@ -182,3 +183,5 @@ jobs:
commit: -u
message: "GitHub bot : changelog"
default_author: github_actions
fetch: --force
push: --force