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
3979bf48e8
commit
d98d79b7d8
9
.github/workflows/test_e2e.yml
vendored
9
.github/workflows/test_e2e.yml
vendored
@ -17,6 +17,15 @@ jobs:
|
||||
echo $GITHUB_REF
|
||||
echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }'
|
||||
|
||||
- uses: jwalton/gh-find-current-pr@v1
|
||||
id: find-pr
|
||||
with:
|
||||
state: open
|
||||
- run: echo "Your PR is ${PR}"
|
||||
if: success() && steps.findPr.outputs.number
|
||||
env:
|
||||
PR: ${{ steps.findPr.outputs.pr }}
|
||||
|
||||
# end-to-end-tests:
|
||||
# name: End-to-End Tests
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user