We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e952c17 commit 604107bCopy full SHA for 604107b
.github/workflows/upgrade-provider.yaml
@@ -77,7 +77,7 @@ jobs:
77
git add --all
78
git commit -m "make generate_sdks"
79
git push --set-upstream origin "$BRANCH_NAME"
80
- gh pr create --title Upgrade terraform-provider-stackit to "$LATEST_TAG" --base main --head "$BRANCH_NAME"
+ gh pr create --title "Upgrade terraform-provider-stackit to $LATEST_TAG" --base main --head "$BRANCH_NAME"
81
82
83
0 commit comments