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

different logging

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-03 09:44:30 -05:00
parent 13d80aafd3
commit 02c110c12a

View File

@ -10,7 +10,7 @@ jobs:
node-version: [12.x]
steps:
- name: debug
run: echo ${{ github.event.label.name }}
run: echo ${{ github.event }}
- name: Checkout Release from lens
uses: actions/checkout@v2