We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845ee13 commit 62015f0Copy full SHA for 62015f0
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
10
- name: Set changed files
11
run: |
12
- echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "${{ env.GITHUB_BASE_REF }} ${{ env.GITHUB_SHA }}")"
+ echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "${{ github.base_ref }} ${{ github.sha }}")"
13
14
- name: Get Composer Cache Directory
15
id: composer-cache
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments