mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 14:44:31 +02:00
ci(nix): fix get-merge-commit action call
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
816752e4e9
commit
47cb58d326
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@ -64,7 +64,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 }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user