From 4c08a9ed587f06c354e7b2481b96f7b11b8a9eca Mon Sep 17 00:00:00 2001 From: LTakacs Date: Tue, 19 Apr 2022 17:44:53 +0200 Subject: [PATCH] fix: workflow pr link --- .github/workflows/send_mail.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/send_mail.yml b/.github/workflows/send_mail.yml index f7512f7..9e6eba3 100755 --- a/.github/workflows/send_mail.yml +++ b/.github/workflows/send_mail.yml @@ -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 )