Skip to content

Commit 446d1a3

Browse files
committed
Add file diff
1 parent e6b4189 commit 446d1a3

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 "${{ github.base_ref }}..${{ github.head_ref }}")"
12+
echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "origin/${{ github.base_ref }}..${{ github.head_ref }}")"
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 "${{ github.base_ref }}..${{ github.head_ref }}")"
46+
echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "origin/${{ github.base_ref }}..${{ github.head_ref }}")"
4747
4848
- name: Get Composer Cache Directory
4949
id: composer-cache

0 commit comments

Comments
 (0)