Skip to content

Commit 62015f0

Browse files
committed
Add file diff
1 parent 845ee13 commit 62015f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- name: Set changed files
1111
run: |
12-
echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "${{ env.GITHUB_BASE_REF }} ${{ env.GITHUB_SHA }}")"
12+
echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "${{ github.base_ref }} ${{ github.sha }}")"
1313
1414
- name: Get Composer Cache Directory
1515
id: composer-cache
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Set changed files
4545
run: |
46-
echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "${{ env.GITHUB_BASE_REF }} ${{ env.GITHUB_SHA }}")"
46+
echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "${{ github.base_ref }} ${{ github.sha }}")"
4747
4848
- name: Get Composer Cache Directory
4949
id: composer-cache

0 commit comments

Comments
 (0)