Update .gitea/workflows/golang.yml

This commit is contained in:
2025-08-01 12:06:51 +07:00
parent 50b2de4f3b
commit f5e2bc151b

View File

@@ -33,11 +33,18 @@ jobs:
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- name: Checkout code
- name: Checkout dir
run: |
ls -la
- name: Checkout code (with actions)
uses: actions/checkout@v3
- name: Checkout dir
run: |
ls -la
- name: Checkout code
- name: Checkout code (with git clone)
run: |
git clone https://gitea.bwonsamdi.ru/HomeLab/gonfig.git dump