mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 21:19:57 +00:00
chore: Remove unused variable.
Some checks failed
Canary CI / Release for linux-arm64 (push) Has been cancelled
Canary CI / Release for linux-x64 (push) Has been cancelled
Canary CI / Release for win-x64 (push) Has been cancelled
Canary CI / Release MacOS universal (push) Has been cancelled
Canary CI / Post CI Steps (push) Has been cancelled
Some checks failed
Canary CI / Release for linux-arm64 (push) Has been cancelled
Canary CI / Release for linux-x64 (push) Has been cancelled
Canary CI / Release for win-x64 (push) Has been cancelled
Canary CI / Release MacOS universal (push) Has been cancelled
Canary CI / Post CI Steps (push) Has been cancelled
This commit is contained in:
parent
e1dcaef709
commit
d2b2d65061
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ jobs:
|
|||
|
||||
const {owner, repo} = context.repo;
|
||||
const run_id = ${{ forgejo.run_number }};
|
||||
const pull_head_sha = '${{ forgejo.event.workflow_run.head_sha }}';
|
||||
|
||||
const issue_number = ${{ forgejo.event.pull_request.number }};
|
||||
core.info(`Using pull request ${issue_number}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue