Skip to content

Commit 1d0a73c

Browse files
committed
add actor
1 parent 30f3aa6 commit 1d0a73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
issue-number: ${{ github.event.issue.number }}
6666
body: |
6767
Syncing image to TargetRegistry, please wait a moment
68-
[Check the progress](https://github.com/imdingtalk/image-mirror/actions/runs/${{ github.run_id }})
68+
[Check the progress](https://github.com/${{ github.actor }}/image-mirror/actions/runs/${{ github.run_id }})
6969
reactions: rocket
7070

7171
- name: prepare
@@ -151,7 +151,7 @@ jobs:
151151
comment-id: ${{ steps.fc.outputs.comment-id }}
152152
issue-number: ${{ github.event.issue.number }}
153153
body: |
154-
[Check the progress](https://github.com/imdingtalk/image-mirror/actions/runs/${{ github.run_id }})
154+
[Check the progress](https://github.com/${{ github.actor }}/image-mirror/actions/runs/${{ github.run_id }})
155155
## 镜像信息如下
156156
- dockerhub-image.yml
157157
```shell

0 commit comments

Comments
 (0)