Skip to content

Commit c507be5

Browse files
committed
fixup url
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent d367692 commit c507be5

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
@@ -29,7 +29,7 @@ jobs:
2929
# TODO: remove end
3030
- name: Test update provider and bridge and create a PR
3131
run: |
32-
LATEST_TAG=$(git ls-remote --tags git@github.com:stackitcloud/terraform-provider-stackit | grep -oP 'refs/tags/v\d+\.\d+\.\d+$' |sed 's/refs\/tags\///' | sort -V | tail -n 1)
32+
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)
3333
echo "$LATEST_TAG"
3434
BRANCH_NAME="upgrade-terraform-provider-stackit-to-$LATEST_TAG"
3535
echo "$BRANCH_NAME"

0 commit comments

Comments
 (0)