We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869388b commit eaeb333Copy full SHA for eaeb333
1 file changed
.github/workflows/sync.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Mirror main branch
19
env:
20
EXTERNAL_REPO: https://github.com/SAP/cloud-sdk-python.git
21
- INTERNAL_REPO: ${{ format('https://{0}/{1}.git', github.server_url, github.repository) }}
+ INTERNAL_REPO: ${{ format('{0}/{1}.git', github.server_url, github.repository) }}
22
INTERNAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: |
24
echo "Cloning external repository main branch..."
0 commit comments