Skip to content

Commit

Permalink
Update mirror-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoIsALie authored Jul 19, 2024
1 parent 3b8e423 commit 4d49d68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mirror-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: yesolutions/mirror-action@master
continue-on-error: true
with:
REMOTE: ${{ inputs.GITLAB_URL }}
REMOTE: ${{ secrets.GITLAB_URL }}
GIT_USERNAME: ${{ secrets.GITLAB_USER }}
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}

Expand All @@ -41,7 +41,7 @@ jobs:
uses: yesolutions/mirror-action@master
continue-on-error: true
with:
REMOTE: ${{ inputs.GITLAB_URL }}
REMOTE: ${{ secrets.GITLAB_URL }}
GIT_USERNAME: ${{ secrets.GITLAB_USER }}
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
if: ${{ steps.mirror-1.outcome == 'failure' }}
Expand All @@ -60,7 +60,7 @@ jobs:
uses: yesolutions/mirror-action@master
continue-on-error: true
with:
REMOTE: ${{ inputs.GITLAB_URL }}
REMOTE: ${{ secrets.GITLAB_URL }}
GIT_USERNAME: ${{ secrets.GITLAB_USER }}
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
if: ${{ steps.mirror-2.outcome == 'failure' }}
Expand All @@ -78,7 +78,7 @@ jobs:
- id: mirror-4
uses: yesolutions/mirror-action@master
with:
REMOTE: ${{ inputs.GITLAB_URL }}
REMOTE: ${{ secrets.GITLAB_URL }}
GIT_USERNAME: ${{ secrets.GITLAB_USER }}
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
if: ${{ steps.mirror-3.outcome == 'failure' }}

0 comments on commit 4d49d68

Please sign in to comment.