mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 05:08:59 +00:00
fix: *hopefully* fix build comments
This commit is contained in:
parent
d2b2d65061
commit
1d3d4197b7
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ jobs:
|
|||
});
|
||||
|
||||
const {owner, repo} = context.repo;
|
||||
const run_id = ${{ forgejo.run_number }};
|
||||
const run_id = ${{ env.FORGEJO_RUN_ID }};
|
||||
|
||||
const issue_number = ${{ forgejo.event.pull_request.number }};
|
||||
core.info(`Using pull request ${issue_number}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue