diff --git a/.github/workflows/autobump.yaml b/.github/workflows/autobump.yaml index 269bec7..075fd59 100644 --- a/.github/workflows/autobump.yaml +++ b/.github/workflows/autobump.yaml @@ -14,6 +14,11 @@ jobs: - name: Install GH CLI uses: dev-hanz-ops/install-gh-cli-action@v0.2.1 + - name: Configure Git user + run: | + git config --global user.email "serverless-support@redhat.com" + git config --global user.name "OpenShift Serverless" + - uses: actions/checkout@v4 - name: Autobump