Skip to content

Commit

Permalink
Fix GitLab target URL. (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonoransun authored Apr 26, 2024
1 parent 4ac7a8d commit 0039840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gitlab-mirror
name: GitLab Mirror

on:
- push
Expand All @@ -14,6 +14,6 @@ jobs:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://gitlab.com/meedan/check-api
target-url: https://gitlab.com/meedan/check-api.git/
target-username: sonoransun
target-token: ${{ secrets.GITLAB_ACCESS_TOKEN }}

0 comments on commit 0039840

Please sign in to comment.