We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d179aa commit 93c4e3cCopy full SHA for 93c4e3c
2 files changed
.github/workflows/gitlab-sync.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
name: "Mirror"
10
steps:
11
- - uses: pkgstore/github-actions-sync@main
+ - uses: pkgstore/github-actions-mirror@main
12
with:
13
source: "https://github.com/${{ github.repository }}"
14
target: "${{ secrets.GITLAB_SYNC_URL }}/${{ github.repository }}"
README.md
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
source: ${{ secrets.MIRROR_SOURCE_URL }}
21
target: ${{ secrets.MIRROR_TARGET_URL }}
0 commit comments