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 511eef5 commit 2071472Copy full SHA for 2071472
.github/workflows/conformance-to-Conformancelab.yml
@@ -9,12 +9,13 @@ jobs:
9
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
16
- name: Get the changed TestScripts
17
id: get-changed-testscripts
18
run: |
- git config --global --add safe.directory .
19
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
20
echo "files=$files"
21
0 commit comments