Skip to content

Commit 51a63a3

Browse files
Test
1 parent 1ef912b commit 51a63a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance-to-Conformancelab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Get the changed TestScripts
1717
id: get-changed-testscripts
1818
run: |
19-
git diff --name-only --diff-filter=ACM --ignore-space-at-eol ${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
19+
git diff --name-only --diff-filter=ACM --ignore-space-at-eol origin/${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
2020
echo "files=$files"
2121
2222
- name: Show me what you have

0 commit comments

Comments
 (0)