Skip to content

Commit

Permalink
Testing env actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 2, 2023
1 parent 3793eec commit d22413c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- name: Export test results
if: ${{ always() }}
run: |
report_value=$(<test_file.txt)
{
echo "report_team<<EOF"
echo "$report_value"
cat test_file.txt
echo EOF
} >> "$GITHUB_ENV"
echo "$report_team"
Expand Down

0 comments on commit d22413c

Please sign in to comment.