Skip to content

Commit

Permalink
ci: fixed wrong repo infos
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 11, 2023
1 parent 56e1bf7 commit 755ed73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
NYX_SERVICES_GITHUB_NAME: 'GITHUB'
NYX_SERVICES_GITHUB_TYPE: 'GITHUB'
NYX_SERVICES_GITHUB_OPTIONS_AUTHENTICATION_TOKEN: "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}"
NYX_SERVICES_GITHUB_OPTIONS_REPOSITORY_NAME: 'webmonitor'
NYX_SERVICES_GITHUB_OPTIONS_REPOSITORY_OWNER: 'ennioVisco'
NYX_SERVICES_GITHUB_OPTIONS_REPOSITORY_NAME: 'moonlight'
NYX_SERVICES_GITHUB_OPTIONS_REPOSITORY_OWNER: 'moonlightsuite'
with:
command: 'publish'
configurationFile: 'build-logic/releases/.nyx.json'
Expand Down
6 changes: 3 additions & 3 deletions build-logic/releases/.nyx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
":memo: Documentation": "^docs$"
},
"substitutions": {
"(?m)#([0-9]+)(?s)": "[#%s](https://github.com/enniovisco/webmonitor/issues/%s)"
"(?m)#([0-9]+)(?s)": "[#%s](https://github.com/moonlightsuite/moonlight/issues/%s)"
}
},
"git": {
Expand Down Expand Up @@ -76,8 +76,8 @@
"type": "GITHUB",
"options": {
"AUTHENTICATION_TOKEN": "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}",
"REPOSITORY_NAME": "webmonitor",
"REPOSITORY_OWNER": "enniovisco"
"REPOSITORY_NAME": "moonlight",
"REPOSITORY_OWNER": "moonlightsuite"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion build-logic/releases/changelog.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### {{name}}

{{#commits}}
* [[{{#short5}}{{sha}}{{/short5}}](https://github.com/enniovisco/webmonitor/commit/{{sha}})] {{message.shortMessage}} ({{authorAction.identity.name}})
* [[{{#short5}}{{sha}}{{/short5}}](https://github.com/moonlightsuite/moonlight/commit/{{sha}})] {{message.shortMessage}} ({{authorAction.identity.name}})

{{/commits}}
{{^commits}}
Expand Down

0 comments on commit 755ed73

Please sign in to comment.