bash-alpine
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
second Gitea Actions / second (push) Failing after 9s

This commit is contained in:
albert 2024-08-17 02:33:10 +02:00
parent 08cec07460
commit 307a7d47f5

View File

@ -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!"