Skip to content

Commit

Permalink
Update gitlabsync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natman authored Oct 22, 2024
1 parent 72ad60c commit f55c548
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gitlabsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Test Vars
run: |
echo "target-url: ${{ secrets.TARGET_URL }}"
echo "target-username: ${{ secrets.TARGET_USERNAME }}"
echo "target-token: ${{ secrets.TARGET_TOKEN }}"
# Such as wangchucheng
target-username: ${{ secrets.TARGET_USERNAME }}
- uses: wangchucheng/[email protected]
with:
# Such as https://github.com/wangchucheng/git-repo-sync.git
Expand Down

0 comments on commit f55c548

Please sign in to comment.