We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7a0fa commit a7828d6Copy full SHA for a7828d6
.github/workflows/lint.yml
@@ -29,15 +29,11 @@ jobs:
29
- name: Get changed files
30
id: changedFiles
31
uses: tj-actions/changed-files@v46
32
- - uses: jwalton/gh-find-current-pr@v1
33
- id: findPr
34
- with:
35
- state: open
36
- name: Run Script
37
run: |
38
composer install -d testing/
39
git fetch --no-tags --prune --depth=5 origin main
40
bash testing/run_staticanalysis_check.sh
41
env:
42
FILES_CHANGED: ${{ steps.changedFiles.outputs.all_changed_files }}
43
- PULL_REQUEST_NUMBER: ${{ steps.findPr.outputs.pr }}
+ PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments