mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
9th attempt
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
9c01d026c5
commit
9d4973bf5c
10
.github/workflows/require-milestone.yml
vendored
10
.github/workflows/require-milestone.yml
vendored
@ -6,12 +6,10 @@ jobs:
|
||||
milestone:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2.5
|
||||
- name: Require Milestone
|
||||
run: |
|
||||
MILESTONE=$(echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' --raw-output)
|
||||
echo "${MILESTONE}"
|
||||
echo "${{ toJson(github.event.pull_request) }}"
|
||||
echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' --raw-output
|
||||
|
||||
if [ "${MILESTONE}" == "null" ]; then
|
||||
exit 1
|
||||
fi
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user