Skip to content

Commit 93c4e3c

Browse files
committed
2021-06-09 20:55:45
1 parent 9d179aa commit 93c4e3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gitlab-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
name: "Mirror"
1010
steps:
11-
- uses: pkgstore/github-actions-sync@main
11+
- uses: pkgstore/github-actions-mirror@main
1212
with:
1313
source: "https://github.com/${{ github.repository }}"
1414
target: "${{ secrets.GITLAB_SYNC_URL }}/${{ github.repository }}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: "Mirror"
1717
steps:
18-
- uses: pkgstore/github-actions-sync@main
18+
- uses: pkgstore/github-actions-mirror@main
1919
with:
2020
source: ${{ secrets.MIRROR_SOURCE_URL }}
2121
target: ${{ secrets.MIRROR_TARGET_URL }}

0 commit comments

Comments
 (0)