Skip to content

Commit f691f5a

Browse files
committed
int - Fixed GL link
--- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent d19a935 commit f691f5a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/syncmirror.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
submodules: 'true'
1818
fetch-depth: 0
1919
- name: Add mirror auth info
20-
run: |
21-
echo REPO_NAME=$(echo "${{ github.repository }}" | cut -d "/" -f 2) >> $GITHUB_ENV
22-
git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/analytics/${{ env.REPO_NAME }}.git
20+
run: git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/analytics/$(echo "${{ github.repository }}" | cut -d "/" -f 2).git
2321
- name: Push to mirror
2422
run: git push alternate

0 commit comments

Comments
 (0)