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 2071472 commit a973621Copy full SHA for a973621
.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
- files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
+ git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
20
echo "files=$files"
21
22
- name: Show me what you have
0 commit comments