1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

Debug github event

This commit is contained in:
Gastón Fournier 2023-06-09 10:41:34 +02:00
parent 16502a9769
commit f8d21da3d7
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -56,7 +56,7 @@ jobs:
--data "{ \"body\": \"${1}\" }" --data "{ \"body\": \"${1}\" }"
} }
echo "${{ toJSON(github.event.pull_request) }}" echo "${{ toJSON(github.event) }}"
set -x set -x
YARN_1="yarn --mutex network --cwd ./current" YARN_1="yarn --mutex network --cwd ./current"