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
parent 1782cb4cd1
commit 659bb29eb4

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