mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-05-16 20:21:44 +00:00
fix: use run_number instead of run_id
This commit is contained in:
parent
4d0cd61b6a
commit
b222f671f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue