.forgejo/workflows/demo.yml aktualisiert
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
parent
d14f78a9b4
commit
c1dadf27c9
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.18
|
image: alpine:3.18
|
||||||
steps:
|
steps:
|
||||||
- run: echo "The job was automatically triggered by a ${{ forgejo.event_name }} event."
|
- run: echo "The job was automatically triggered by a ${{ forgejo.event_name }} event."
|
||||||
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
|
Loading…
Reference in a new issue