We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48594a5 commit 6802b87Copy full SHA for 6802b87
.github/workflows/upgrade-provider.yaml
@@ -59,6 +59,8 @@ jobs:
59
python-version: ${{ env.PYTHON_VERSION }}
60
- name: Test update provider and bridge and create a PR
61
run: |
62
+ git config user.name "Pulumi Generator Bot"
63
+ git config user.email "noreply@stackit.de"
64
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)
65
echo "$LATEST_TAG"
66
BRANCH_NAME="upgrade-terraform-provider-stackit-to-$LATEST_TAG"
0 commit comments