test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -44s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -44s
This commit is contained in:
@@ -5,6 +5,10 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: shell
|
runs-on: shell
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ${{ gitea.workspace }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- 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 "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
@@ -17,3 +21,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
- run: cat docker-compose.yml
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user