Skip to content

Commit

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

0 comments on commit 99f3a11

Please sign in to comment.