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 3ea7eca commit 4a444e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "| -------- | ------- | ------- | ------- |" >> $GITHUB_STEP_SUMMARY
# Loop through test report files
echo $(report_team) >> $GITHUB_STEP_SUMMARY
echo $report_team >> $GITHUB_STEP_SUMMARY
- name: Checkout wiki
uses: actions/checkout@v3
Expand All @@ -60,7 +60,7 @@ jobs:
echo "| -------- | ------- | ------- | ------- |" >> wiki/pipeline_test.md
# Retrieve the report from GITHUB_ENV, as set up by the pytest job
echo $(report_team) >> wiki/pipeline_test.md
echo $report_team >> wiki/pipeline_test.md
# Push changes
cd wiki
Expand Down

0 comments on commit 4a444e7

Please sign in to comment.