ci(nix): fix the PR number

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-04-28 23:11:52 +03:00
parent 25b1d79080
commit 71da130fe4
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -72,7 +72,7 @@ jobs:
id: merge-commit
uses: PrismLauncher/PrismLauncher/.github/actions/get-merge-commit@develop
with:
pull-request-id: ${{ github.event.pull_request.id }}
pull-request-id: ${{ github.event.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}