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

This commit is contained in:
Jonas 2024-02-16 20:33:47 +00:00
parent f20385480a
commit 6802954d5c

View file

@ -6,6 +6,7 @@ jobs:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- 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 }}."
- run: env
- name: Check out repository code
uses: actions/checkout@v4
with: