1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-19 13:20:59 -04:00
parent d075a1402c
commit 7a236a2561

View File

@ -10,6 +10,6 @@ jobs:
- name: Require Milestone
run: |
echo "${{ toJson(github.event.pull_request) }}"
echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' --raw-output
echo "${{ toJson(github.event.pull_request) }}" | jq 'if .milestone == null then 1 else 0 end'
exit 1