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

This commit is contained in:
Jonas 2024-02-16 19:52:37 +00:00
parent bbd45d3a4d
commit af487d8e85

View file

@ -7,7 +7,7 @@ jobs:
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- 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
uses: actions/checkout@v4
with:
github-server-url: 'https://hannover.ccc.de/gitlab/'
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."