1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

7th attempt

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-19 13:02:46 -04:00
parent 7e885b68e9
commit 2a1abf61b6

View File

@ -8,8 +8,8 @@ jobs:
steps: steps:
- name: Require Milestone - name: Require Milestone
run: | run: |
MILESTONE=$(echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone') MILESTONE=$(echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' --raw-output)
echo ${MILESTONE} echo "${MILESTONE}"
if [ "${MILESTONE}" == "null" ]; then if [ "${MILESTONE}" == "null" ]; then
exit 1 exit 1