Update .forgejo/workflows/try.yaml
Some checks failed
/ stuff (push) Failing after 13s

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:26:16 -06:00
parent 29e96d861d
commit 7ac4fa1d75

View file

@ -5,8 +5,6 @@ jobs:
container:
image: alpine:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: ls -al
- run: pwd
- run: ls /etc
@ -21,4 +19,4 @@ jobs:
- name: install git
run: apk -y add git
- name: get repo
run: git clone
run: git clone ${{ github.repository }}