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