We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fec85 commit a3fd7bfCopy full SHA for a3fd7bf
1 file changed
.github/workflows/mirror.yml
@@ -1,4 +1,5 @@
1
-# Taken from: https://github.com/google/mirror-branch-action
+# Originally forked from: https://github.com/google/mirror-branch-action
2
+# Current repo: https://github.com/AndrewRadev/mirror-branch-action
3
4
on:
5
push:
@@ -12,7 +13,7 @@ jobs:
12
13
steps:
14
- name: Mirror action step
15
id: mirror
- uses: google/mirror-branch-action@v1.0
16
+ uses: AndrewRadev/mirror-branch-action@main
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
source: 'main'
0 commit comments