mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-05 22:33:31 +02:00
fix: use run_number instead of run_id
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_id }};
|
const run_id = ${{ forgejo.run_number }};
|
||||||
const pull_head_sha = '${{ forgejo.event.workflow_run.head_sha }}';
|
const pull_head_sha = '${{ forgejo.event.workflow_run.head_sha }}';
|
||||||
|
|
||||||
const issue_number = ${{ forgejo.event.pull_request.number }};
|
const issue_number = ${{ forgejo.event.pull_request.number }};
|
||||||
|
|||||||
Reference in New Issue
Block a user