.forgejo/workflows/demo.yml aktualisiert
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
lubiana 2023-10-11 20:51:42 +00:00
parent c203ab31f6
commit 61ec5794aa

View file

@ -5,7 +5,7 @@ jobs:
container:
image: alpine:3.18
steps:
- run: echo "The job was automatically triggered by a ${{ forgejo.event_name }} event."
- run: echo "The job was automatically triggered by a ${{ github.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 ${{ forgejo.ref }} and your repository is ${{ forgejo.repository }}."
- name: Check out repository code