ci(nix): fix get-merge-commit action call

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-04-27 07:16:20 -04:00
parent 816752e4e9
commit 47cb58d326
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
- name: Get merge commit
if: ${{ github.event_name == 'pull_request_target' }}
id: merge-commit
uses: ./.github/actions/get-merge-commit.yml
uses: PrismLauncher/PrismLauncher/.github/actions/get-merge-commit@develop
with:
pull-request-id: ${{ github.event.pull_request.id }}