Skip to content

Commit a462c12

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upgrade-provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
git add --all
7575
git commit -m "make tfgen"
7676
make generate_sdks
77+
git add --all
7778
git commit -m "make generate_sdks"
7879
git push --set-upstream orgin "$BRANCH_NAME"
7980
gh pr create --title Upgrade terraform-provider-stackit to "$LATEST_TAG" --base main --head "$BRANCH_NAME"

0 commit comments

Comments
 (0)