We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19a935 commit f691f5aCopy full SHA for f691f5a
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