Update .gitea/workflows/demo.yml
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 41s

This commit is contained in:
Jonas 2024-02-16 20:24:00 +00:00
parent af487d8e85
commit f20385480a

View file

@ -9,7 +9,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
github-server-url: 'https://hannover.ccc.de/gitlab/' github-server-url: 'https://hannover.ccc.de/gitlab'
- 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: List files in the repository - name: List files in the repository