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
5a051b7617
commit
46ae369501
2
.github/workflows/test_e2e.yml
vendored
2
.github/workflows/test_e2e.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
||||
- name: print variables
|
||||
run: |
|
||||
echo "github.event.action: ${{ github.event.action }}"
|
||||
echo "github.event.push: ${{ github.event.push }}"
|
||||
echo "github.event.issue.number: ${{ github.event.issue.number }}"
|
||||
echo "::set-env name=PR_NUMBER::$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")"
|
||||
|
||||
# end-to-end-tests:
|
||||
# name: End-to-End Tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user