chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 02:47:29 +01:00
parent c8a406ff07
commit 55556aba51

View File

@ -23,7 +23,8 @@ jobs:
# ls ${{ gitea.workspace }} # ls ${{ gitea.workspace }}
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
# with: with:
persist-credentials: true
# submodules: 'recursive' # submodules: 'recursive'
# Defs in https://github.com/actions/checkout # Defs in https://github.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."