We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54790dc commit 87504efCopy full SHA for 87504ef
.github/workflows/test.yml
@@ -1,5 +1,6 @@
1
on:
2
push:
3
+ pull_request_target:
4
5
env:
6
A: 1
@@ -11,3 +12,4 @@ jobs:
11
12
runs-on: ubuntu-latest
13
steps:
14
- run: echo ${{ env }}
15
+ - run: echo ${{ github.event.pull_request.title }}
0 commit comments