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
54f0e617cb
commit
3979bf48e8
2
.github/workflows/test_e2e.yml
vendored
2
.github/workflows/test_e2e.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
run: |
|
||||
echo "EVENT_NUMBER: ${{ env.EVENT_NUMBER }}"
|
||||
echo "NUMBER: ${{ env.NUMBER }}"
|
||||
echo "${{ github.event.action }}"
|
||||
echo $GITHUB_REF
|
||||
echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }'
|
||||
|
||||
# end-to-end-tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user