Skip to content

Commit 1b9c5ff

Browse files
committed
update regression_test.yml
fix github usbx regression test action issue uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master --> uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
1 parent 331a669 commit 1b9c5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pages: write
3535
id-token: write
3636

37-
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
37+
uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
3838
with:
3939
cmake_path: ./test/cmake/usbx
4040
build_script: ./scripts/build.sh ${{ inputs.tests_to_run }}
@@ -52,7 +52,7 @@ jobs:
5252
pages: write
5353
id-token: write
5454

55-
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
55+
uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
5656
with:
5757
cmake_path: ./test/cmake/usbx
5858
build_script: ./scripts/build.sh all

0 commit comments

Comments
 (0)