Skip to content

Commit 09f9ad8

Browse files
authored
Merge branch 'main' into main
2 parents 7831c77 + 138ba94 commit 09f9ad8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
id: artifact
5252
with:
5353
script: |
54-
if (context.repo.owner === 'iDataVisualizationLab') {
54+
55+
if (context.repo.owner === 'rinriko') {
5556
const res = await github.rest.actions.listArtifactsForRepo({
5657
owner: context.repo.owner,
5758
repo: context.repo.repo,

0 commit comments

Comments
 (0)