We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6802b87 commit a462c12Copy full SHA for a462c12
.github/workflows/upgrade-provider.yaml
@@ -74,6 +74,7 @@ jobs:
74
git add --all
75
git commit -m "make tfgen"
76
make generate_sdks
77
+ git add --all
78
git commit -m "make generate_sdks"
79
git push --set-upstream orgin "$BRANCH_NAME"
80
gh pr create --title Upgrade terraform-provider-stackit to "$LATEST_TAG" --base main --head "$BRANCH_NAME"
0 commit comments