.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 29s Details

This commit is contained in:
Falko Victor Habel 2024-10-31 14:41:38 +00:00
parent 8ed13d4cd7
commit ad14ae1795
1 changed files with 27 additions and 27 deletions

View File

@ -14,7 +14,7 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.11.7' python-version: '3.11.7'
- name: Install dependencies - name: Install dependencies