diff --git a/.github/workflows/update-sources.main.yaml b/.github/workflows/update-sources.main.yaml index 39de7efb55..6cf954b1ad 100644 --- a/.github/workflows/update-sources.main.yaml +++ b/.github/workflows/update-sources.main.yaml @@ -28,6 +28,7 @@ jobs: git checkout -B main origin/main popd + - name: Commit new changes run: | git config user.name openshift-pipelines-bot diff --git a/.github/workflows/update-sources.next.yaml b/.github/workflows/update-sources.next.yaml index b48148dc20..fb95d1ec24 100644 --- a/.github/workflows/update-sources.next.yaml +++ b/.github/workflows/update-sources.next.yaml @@ -28,6 +28,7 @@ jobs: git checkout -B release-v1.19.0 origin/release-v1.19.0 popd + - name: Commit new changes run: | git config user.name openshift-pipelines-bot