Skip to content

Commit e952c17

Browse files
committed
fix typo
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent a462c12 commit e952c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
make generate_sdks
7777
git add --all
7878
git commit -m "make generate_sdks"
79-
git push --set-upstream orgin "$BRANCH_NAME"
79+
git push --set-upstream origin "$BRANCH_NAME"
8080
gh pr create --title Upgrade terraform-provider-stackit to "$LATEST_TAG" --base main --head "$BRANCH_NAME"
8181
8282

0 commit comments

Comments
 (0)