fix: *hopefully* fix build comments

This commit is contained in:
ryuadmin 2026-05-05 06:22:51 +00:00
parent d2b2d65061
commit 1d3d4197b7

View file

@ -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}`);