Skip to content

Commit

Permalink
fix: workflow pr link
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakacs authored and LTakacs committed Apr 19, 2022
1 parent ef87c03 commit 4c08a9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/send_mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ jobs:
send_mail:
runs-on: ubuntu-latest
steps:
- name: Get PR Number
uses: jwalton/gh-find-current-pr@v1
id: findPr
with:
state: open
- name: Create mail body 📝
run: |
MY_STRING=$(cat << EOF
New Pull Request to Review on ${{ github.repository }}
https://github.com/${{ github.repository }}/pull/${{steps.findPr.outputs.pr}}
https://github.com/${{ github.repository }}/pull/${{github.event.number}}
EOF
)
Expand Down

0 comments on commit 4c08a9e

Please sign in to comment.