We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7831c77 + 138ba94 commit 09f9ad8Copy full SHA for 09f9ad8
1 file changed
.github/workflows/deploy.yml
@@ -51,7 +51,8 @@ jobs:
51
id: artifact
52
with:
53
script: |
54
- if (context.repo.owner === 'iDataVisualizationLab') {
+
55
+ if (context.repo.owner === 'rinriko') {
56
const res = await github.rest.actions.listArtifactsForRepo({
57
owner: context.repo.owner,
58
repo: context.repo.repo,
0 commit comments