Skip to content

Commit a3fd7bf

Browse files
committed
Update mirror action
1 parent 41fec85 commit a3fd7bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Taken from: https://github.com/google/mirror-branch-action
1+
# Originally forked from: https://github.com/google/mirror-branch-action
2+
# Current repo: https://github.com/AndrewRadev/mirror-branch-action
23

34
on:
45
push:
@@ -12,7 +13,7 @@ jobs:
1213
steps:
1314
- name: Mirror action step
1415
id: mirror
15-
uses: google/mirror-branch-action@v1.0
16+
uses: AndrewRadev/mirror-branch-action@main
1617
with:
1718
github-token: ${{ secrets.GITHUB_TOKEN }}
1819
source: 'main'

0 commit comments

Comments
 (0)