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:
parent
7e885b68e9
commit
2a1abf61b6
4
.github/workflows/require-milestone.yml
vendored
4
.github/workflows/require-milestone.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
steps:
|
||||
- name: Require Milestone
|
||||
run: |
|
||||
MILESTONE=$(echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone')
|
||||
echo ${MILESTONE}
|
||||
MILESTONE=$(echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' --raw-output)
|
||||
echo "${MILESTONE}"
|
||||
|
||||
if [ "${MILESTONE}" == "null" ]; then
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user