modified: .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-22 16:25:48 +00:00
parent 2a40e91a2c
commit bc03573e54

View File

@@ -21,11 +21,13 @@ jobs:
- name: setup actions from
run: |
ls -lah ${{ runner.temp }}
mkdir -p ${{ runner.temp }}/gitea_src
mkdir -p ${{ gitea.workspace }}/.gitea/actions
git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${{ runner.temp }}/gitea_src/.gitea
ln -s ${{ runner.temp }}/gitea_src/.gitea/actions/kubectl-setup ${{ gitea.workspace }}/.gitea/actions/kubectl-setup
ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup
ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/*
cat ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/action.yaml
- name: Setup kubectl