chore: fix workflow
This commit is contained in:
parent
85ed7aa919
commit
1e1457d688
@ -24,6 +24,7 @@ jobs:
|
|||||||
echo "🔎 Branch name ${{ gitea.ref }} from repository ${{ gitea.repository }}."
|
echo "🔎 Branch name ${{ gitea.ref }} from repository ${{ gitea.repository }}."
|
||||||
mkdir -p "$HOME/.ssh"
|
mkdir -p "$HOME/.ssh"
|
||||||
echo "${{ secrets.KYD }}" | base64 -d > "$HOME/.ssh/id_clrepo"
|
echo "${{ secrets.KYD }}" | base64 -d > "$HOME/.ssh/id_clrepo"
|
||||||
|
chmod 600 $HOME/.ssh/id_clrepo
|
||||||
echo "${{ vars.SSH_CONFIG }}" > $HOME/.ssh/config
|
echo "${{ vars.SSH_CONFIG }}" > $HOME/.ssh/config
|
||||||
#KYD=$(echo "${{ secrets.KYD }}" | base64 -d)
|
#KYD=$(echo "${{ secrets.KYD }}" | base64 -d)
|
||||||
# ls ${{ gitea.workspace }}
|
# ls ${{ gitea.workspace }}
|
||||||
@ -36,7 +37,7 @@ jobs:
|
|||||||
# #submodules: 'recursive'
|
# #submodules: 'recursive'
|
||||||
# # Defs https://gitea.com/actions/checkout
|
# # Defs https://gitea.com/actions/checkout
|
||||||
# #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
# #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|
||||||
- name: Submodules update
|
- name: Submodules update
|
||||||
run: |
|
run: |
|
||||||
git clone --recurse-submodules ssh://git@clrepo.tls13.io:9623/${{ gitea.repository }}.git ${{ gitea.workspace }}
|
git clone --recurse-submodules ssh://git@clrepo.tls13.io:9623/${{ gitea.repository }}.git ${{ gitea.workspace }}
|
||||||
|
Loading…
Reference in New Issue
Block a user