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

This commit is contained in:
Alexandru Ionut Tripon 2025-04-27 23:48:49 +03:00 committed by GitHub
commit f58ee6af7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

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