mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 14:14:34 +02:00
ci(nix): fix get-merge-commit action call (#3697)
This commit is contained in:
commit
f58ee6af7a
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@ -70,7 +70,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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user