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

Different testing code (#6363)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-07 11:18:35 -04:00 committed by GitHub
parent 2ff0e60f2a
commit 51ff596c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@ jobs:
steps: steps:
- name: Print event - name: Print event
run: | run: |
echo ${{ github.event.pull_request }} echo "${{ github.event.pull_request.merged }}"
echo "${{ github.event.pull_request.base.ref }}"
exit 1 exit 1
- name: Checkout Release from lens - name: Checkout Release from lens
uses: actions/checkout@v2 uses: actions/checkout@v2