add checkout

This commit is contained in:
Oliver Lippert 2024-01-31 23:31:13 +01:00
parent ae5ebec5a5
commit 33ba690f60
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -8,6 +8,9 @@ jobs:
if: github.event.issue.title == 'release' if: github.event.issue.title == 'release'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: download tea cli - name: download tea cli
shell: bash shell: bash
run: | run: |