Skip to content

Commit 1f49e68

Browse files
committed
fix: Update output
1 parent d194616 commit 1f49e68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-testing.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "Version Input :: $versions"
2727
matrix=$(echo "$versions" | tr "," "\n" | awk '{print "\""$1"\""}' | paste -sd "," -)
2828
echo "matrix :: [$matrix]"
29-
echo "name=matrix::[$matrix]" >> "$GITHUB_OUTPUT"
29+
echo "matrix=[$matrix]" >> "$GITHUB_OUTPUT"
3030
3131
python-testing:
3232
# This workflow runs on the latest version of Ubuntu
@@ -53,5 +53,4 @@ jobs:
5353
5454
- name: Run tests
5555
run: |
56-
5756
./${{ github.action_path }}/script/testing.sh "python"

0 commit comments

Comments
 (0)