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:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: shell
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ${{ gitea.workspace }}
|
||||
|
||||
steps:
|
||||
- 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!"
|
||||
@@ -17,3 +21,6 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: cat docker-compose.yml
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user