Update .gitea/workflows/golang.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user