try to get pr number from github event

This commit is contained in:
mahula 2023-07-06 14:34:22 +02:00
parent d98d79b7d8
commit 234629f3e7

View File

@ -25,6 +25,11 @@ jobs:
if: success() && steps.findPr.outputs.number
env:
PR: ${{ steps.findPr.outputs.pr }}
- uses: 8BitJonny/gh-get-current-pr@2.2.0
id: PR
- run: echo "Your PR number is ${{ steps.PR.outputs.number }} and its JSON is ${{ steps.PR.outputs.pr }}"
# end-to-end-tests:
# name: End-to-End Tests