mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-05 04:45:48 +00:00
chore: Update actions/github-script to v9 (not sure how this got lost)
also add explicit semicolon for getOctokit
This commit is contained in:
@@ -210,12 +210,12 @@ jobs:
|
||||
- build
|
||||
- build_macos
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
- uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const forgejo = getOctokit(process.env.FORGEJO_TOKEN, {
|
||||
baseUrl: 'https://git.ryujinx.app/api/v1'
|
||||
})
|
||||
});
|
||||
|
||||
const {owner, repo} = context.repo;
|
||||
const run_id = ${{forgejo.event.workflow_run.id}};
|
||||
|
||||
Reference in New Issue
Block a user