Skip to content

Commit

Permalink
Update prr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jul 19, 2024
1 parent 99793bc commit fb2a3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo "Description" >> task.txt
echo "${{ github.event.pull_request.body }}" >> task.txt
echo "" >> task.txt
echo "Diff file is: $PRR_FILE_NAME.prr" >> task.txt
echo "Diff file is: ${{ github.event.pull_request.number }}.prr" >> task.txt
echo "" >> task.txt
- name: Set up environment
Expand Down

0 comments on commit fb2a3cd

Please sign in to comment.