lll
This commit is contained in:
parent
2450fdd4a7
commit
bcdce102bd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue