mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-27 07:29:14 +00:00
fix: *hopefully* fix build comments
This commit is contained in:
@@ -218,7 +218,7 @@ jobs:
|
|||||||
});
|
});
|
||||||
|
|
||||||
const {owner, repo} = context.repo;
|
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 }};
|
const issue_number = ${{ forgejo.event.pull_request.number }};
|
||||||
core.info(`Using pull request ${issue_number}`);
|
core.info(`Using pull request ${issue_number}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user