diff --git a/.gitea/workflows/second.yaml b/.gitea/workflows/second.yaml index 054306f..527684c 100644 --- a/.gitea/workflows/second.yaml +++ b/.gitea/workflows/second.yaml @@ -1,10 +1,10 @@ -name: Gitea Actions Demo +name: second Gitea Actions run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: - Explore-Gitea-Actions: - runs-on: alpine-3_20 + second: + runs-on: bash-alpine steps: - run: sh -c echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: sh -c echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"