We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514245a commit b5de4eeCopy full SHA for b5de4ee
1 file changed
.github/workflows/test.yml
@@ -12,4 +12,6 @@ jobs:
12
uses: devops-infra/action-pull-request@v1.0.2
13
with:
14
template: .github/PULL_REQUEST_TEMPLATE.md
15
- get_diff: true
+ get_diff: true
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments