add checkout
This commit is contained in:
parent
ae5ebec5a5
commit
33ba690f60
1 changed files with 3 additions and 0 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue