Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 27, 2024
1 parent 4ab33ba commit 4c0f445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
output=$(./scripts/test.sh)
echo "We just got the output. and we are about to intentially print it decoded"
echo $output | base64 --decode | tail
ouput = $output | base64 --decode
ouput = $($output | base64 --decode)
# Output the result in a way that GitHub Actions can read
echo "We are about to put the output into the output"
echo "::set-output name=all_tests::$output"
Expand Down

0 comments on commit 4c0f445

Please sign in to comment.