We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef912b commit 51a63a3Copy full SHA for 51a63a3
.github/workflows/conformance-to-Conformancelab.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Get the changed TestScripts
17
id: get-changed-testscripts
18
run: |
19
- git diff --name-only --diff-filter=ACM --ignore-space-at-eol ${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
+ git diff --name-only --diff-filter=ACM --ignore-space-at-eol origin/${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
20
echo "files=$files"
21
22
- name: Show me what you have
0 commit comments