aaa
Some checks are pending
/ Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
Jonas 2023-10-11 19:29:53 +00:00
parent bcdce102bd
commit b480b945e5

View file

@ -8,7 +8,8 @@ jobs:
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
with: github-server-url: 'https://hannover.ccc.de/gitlab/'
with:
github-server-url: 'https://hannover.ccc.de/gitlab/'
- 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."
- name: List files in the repository