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 48a2125 commit 1ef912bCopy full SHA for 1ef912b
.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 origin/main -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
+ git diff --name-only --diff-filter=ACM --ignore-space-at-eol ${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
20
echo "files=$files"
21
22
- name: Show me what you have
0 commit comments