Skip to content

Commit 1c925ed

Browse files
actions: use pull_request_target instead of pull_request, use custom fork (dashpay#4647)
* use pull_request_target instead of pull_request Signed-off-by: Pasta <[email protected]> * use pasta based action 0.1.1 Signed-off-by: Pasta <[email protected]>
1 parent 0982097 commit 1c925ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/predict-conflicts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Check Potential Conflicts"
2-
on: pull_request
2+
on: pull_request_target
33

44
permissions:
55
contents: read
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: check potential conflicts
22-
uses: outsideris/[email protected].0
22+
uses: PastaPastaPasta/[email protected].1
2323
with:
2424
ghToken: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)