Skip to content

Commit

Permalink
testing github step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 25, 2024
1 parent ea7e269 commit cd67a31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
- name: Update build summary
run: |
{
echo "dev.txt - DEV BRANCH: $DEV"
echo "pr.txt - PR BRANCH: $PR"
echo ""
echo "\`\`\`diff"
echo "$TEST_RESULTS"
echo ""
echo "dev.txt - DEV BRANCH: $DEV"
echo "pr.txt - PR BRANCH: $PR"
echo "\`\`\`"
} >> $GITHUB_STEP_SUMMARY
Expand All @@ -73,7 +73,7 @@ jobs:
with:
message: |
**dev.txt - DEV BRANCH: ${{ env.DEV }}**
**pr.txt - PR BRANCH: ${{ env.PR }}**
**pr.txt - PR BRANCH: ${{ env.PR }}**
```diff
${{ env.TEST_RESULTS }}
Expand Down

0 comments on commit cd67a31

Please sign in to comment.