1
0
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:
Sebastian Malton 2022-10-19 13:04:55 -04:00
parent 2a1abf61b6
commit 9c01d026c5

View File

@ -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)