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

0 comments on commit ea7e269

Please sign in to comment.