Update .forgejo/workflows/try.yaml
All checks were successful
/ stuff (push) Successful in 15s

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:28:22 -06:00
parent c0835e9060
commit 8539faf0e0

View file

@ -19,4 +19,4 @@ jobs:
- name: install git
run: apk --no-interactive --no-cache add git
- name: get repo
run: git clone ${{ github.repository }}
run: git clone ${{ github.server_url }}/${{ github.repository }}