mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 19:36:40 +00:00
Update checks.yml
This commit is contained in:
parent
1f49d59e6b
commit
3baca6b0fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -99,6 +99,6 @@ jobs:
|
||||||
done
|
done
|
||||||
echo "Done"
|
echo "Done"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
|
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
|
|
Loading…
Reference in a new issue