Skip to content

Commit eaeb333

Browse files
authored
fix: remove extra https from sync workflow (#24)
1 parent 869388b commit eaeb333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Mirror main branch
1919
env:
2020
EXTERNAL_REPO: https://github.com/SAP/cloud-sdk-python.git
21-
INTERNAL_REPO: ${{ format('https://{0}/{1}.git', github.server_url, github.repository) }}
21+
INTERNAL_REPO: ${{ format('{0}/{1}.git', github.server_url, github.repository) }}
2222
INTERNAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
run: |
2424
echo "Cloning external repository main branch..."

0 commit comments

Comments
 (0)