There was an error while loading. Please reload this page.
1 parent 305dcc2 commit 6093351Copy full SHA for 6093351
1 file changed
.github/workflows/syncmirror.yml
@@ -17,8 +17,6 @@ jobs:
17
submodules: 'true'
18
fetch-depth: 0
19
- 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
+ run: git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/analytics/$(echo "${{ github.repository }}" | cut -d "/" -f 2).git
23
- name: Push to mirror
24
run: git push alternate
0 commit comments