This commit is contained in:
Jonas 2023-10-11 19:29:01 +00:00
parent 2450fdd4a7
commit bcdce102bd

View file

@ -8,6 +8,7 @@ jobs:
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: 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