We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b4189 commit 446d1a3Copy full SHA for 446d1a3
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 "${{ github.base_ref }}..${{ github.head_ref }}")"
+ echo "PKG_PHP_CHANGED_FILES=$(./bin/git-find-changed-php-files.sh "origin/${{ github.base_ref }}..${{ github.head_ref }}")"
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