ci(nix): fix the PR number (#3703)

This commit is contained in:
Alexandru Ionut Tripon 2025-04-29 10:33:43 +03:00 committed by GitHub
commit c54f420c23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }}