We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1729d11 commit a0f315cCopy full SHA for a0f315c
.github/workflows/autobump.sh
@@ -78,7 +78,7 @@ if [ "$(git status --porcelain | wc -l)" -eq 0 ]; then
78
fi
79
80
git commit -m 'Autobump of deps'
81
-git push -u
+git push --set-upstream origin HEAD
82
83
if ! (( pr )); then
84
gh pr create \
.github/workflows/autobump.yaml
@@ -16,8 +16,8 @@ jobs:
16
17
- name: Configure Git user
18
run: |
19
- git config --global user.email "serverless-support@redhat.com"
20
- git config --global user.name "OpenShift Serverless"
+ git config --global user.email "ocf-qe@redhat.com"
+ git config --global user.name "Serverless QE"
21
22
- uses: actions/checkout@v4
23
0 commit comments