Skip to content

Commit 9a6caa0

Browse files
authored
🐛 Setup GIT (#14)
* Setup GIT * Swich to S-O way of configuring Git user for workflows
1 parent 9eaafc0 commit 9a6caa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/autobump.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Install GH CLI
1515
uses: dev-hanz-ops/[email protected]
1616

17+
- name: Configure Git user
18+
run: |
19+
git config --global user.email "[email protected]"
20+
git config --global user.name "OpenShift Serverless"
21+
1722
- uses: actions/checkout@v4
1823

1924
- name: Autobump

0 commit comments

Comments
 (0)