Skip to content

Commit

Permalink
more naming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 12, 2024
1 parent 5e81db4 commit ec169fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/get_test_infos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ runs:
export INPUT_DIRECTORIES="${{ inputs.directories }}"
export INPUT_EXCLUDE_DIRS="${{ inputs.exclude_dirs }}"
# Run the script
testInfos=$(./.github/actions/get_test_infos/get_test_infos.sh | base64 -d)
echo "testsInfos=${testInfos}" >> "$GITHUB_OUTPUT"
test-infos=$(./.github/actions/get_test_infos/get_test_infos.sh | base64 -d)
echo "tests-infos=${testInfos}" >> "$GITHUB_OUTPUT"
shell: bash

- name: Trouble shoot
Expand Down

0 comments on commit ec169fd

Please sign in to comment.