This commit is contained in:
parent
bcdce102bd
commit
b480b945e5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ 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/'
|
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