.forgejo/workflows/demo.yml aktualisiert
This commit is contained in:
parent
9104cafa7e
commit
f9938fde8b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
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