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 2d1957f commit e934c14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ jobs:
echo "\`\`\`diff"
echo "$TEST_RESULTS"
echo ""
echo "DEV BRANCH: $DEV"
echo "PR BRANCH: $PR"
echo "old.txt - DEV BRANCH: $DEV"
echo "pr.txt - PR BRANCH: $PR"
echo "\`\`\`"
} >> $GITHUB_STEP_SUMMARY
- name: Comment on the PR
uses: thollander/[email protected]
with:
message: |
**old.txt - DEV BRANCH: ${{ env.DEV }}**
**pr.txt - PR BRANCH: ${{ env.PR }}**
```diff
${{ env.TEST_RESULTS }}
DEV BRANCH: ${{ env.DEV }}
PR BRANCH: ${{ env.PR }}
```
comment_tag: execution

Expand Down

0 comments on commit e934c14

Please sign in to comment.