fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s
This commit is contained in:
parent
fc9c73a20d
commit
4efee19a9d
@ -9,6 +9,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: List repository files
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user