.gitea/workflows/demo.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s Details

This commit is contained in:
Gh0st 2024-08-02 07:46:42 +02:00
parent 18f586b102
commit 9f0523c028
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: runner runs-on: ubuntu-latest
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!"