Skip to content

Commit 6802b87

Browse files
committed
git identitiy
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 48594a5 commit 6802b87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upgrade-provider.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060
- name: Test update provider and bridge and create a PR
6161
run: |
62+
git config user.name "Pulumi Generator Bot"
63+
git config user.email "noreply@stackit.de"
6264
LATEST_TAG=$(git ls-remote --tags https://github.com/stackitcloud/terraform-provider-stackit | grep -oP 'refs/tags/v\d+\.\d+\.\d+$' |sed 's/refs\/tags\///' | sort -V | tail -n 1)
6365
echo "$LATEST_TAG"
6466
BRANCH_NAME="upgrade-terraform-provider-stackit-to-$LATEST_TAG"

0 commit comments

Comments
 (0)