Skip to content

Commit 87504ef

Browse files
authored
TEST: Add dangerous workflow
1 parent 54790dc commit 87504ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
pull_request_target:
34

45
env:
56
A: 1
@@ -11,3 +12,4 @@ jobs:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- run: echo ${{ env }}
15+
- run: echo ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)