Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlutermade committed Sep 17, 2023
1 parent 84f8aa0 commit 1f6ee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readyToReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Output CONTENT
id: CONTENT
run: |
echo "content=[{\"title\": \"${{ steps.PR.outputs.pr_title }}\", \"url\": \"${{ steps.PR.outputs.pr_url }}\", \"description\": \"## Ready to review PR\",\"fields\": [{\"name\": \"Owner\": \"${{fromJSON(steps.PR.outputs.PR).user.login}}\"}], \"footer\": {\"text\": \"created at ${{steps.PR.outputs.pr_created_at }}\"}}]" >> $GITHUB_OUTPUT
echo "content=[{\"title\": \"${{ steps.PR.outputs.pr_title }}\", \"url\": \"${{ steps.PR.outputs.pr_url }}\", \"description\": \"## Ready to review PR\",\"fields\": [{\"name\": \"Owner\", \"value\": \"${{fromJSON(steps.PR.outputs.PR).user.login}}\"}], \"footer\": {\"text\": \"created at ${{steps.PR.outputs.pr_created_at }}\"}}]" >> $GITHUB_OUTPUT
- name: Can Review PR
env:
Expand Down

0 comments on commit 1f6ee39

Please sign in to comment.