bash-alpine
This commit is contained in:
parent
08cec07460
commit
307a7d47f5
@ -1,10 +1,10 @@
|
|||||||
name: Gitea Actions Demo
|
name: second Gitea Actions
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
second:
|
||||||
runs-on: alpine-3_20
|
runs-on: bash-alpine
|
||||||
steps:
|
steps:
|
||||||
- run: sh -c echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- 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!"
|
- run: sh -c echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
Loading…
Reference in New Issue
Block a user