Skip to content

Commit 4d07a14

Browse files
committed
Push with upstream, as Serverless QE
1 parent 1729d11 commit 4d07a14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autobump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [ "$(git status --porcelain | wc -l)" -eq 0 ]; then
7878
fi
7979

8080
git commit -m 'Autobump of deps'
81-
git push -u
81+
git push origin HEAD --set-upstream --force
8282

8383
if ! (( pr )); then
8484
gh pr create \

.github/workflows/autobump.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Configure Git user
1818
run: |
19-
git config --global user.email "serverless-support@redhat.com"
20-
git config --global user.name "OpenShift Serverless"
19+
git config --global user.email "ocf-qe@redhat.com"
20+
git config --global user.name "Serverless QE"
2121
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)