mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
try to get pr number from github event
This commit is contained in:
parent
d98d79b7d8
commit
234629f3e7
5
.github/workflows/test_e2e.yml
vendored
5
.github/workflows/test_e2e.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user