set default shell to sh as bash not found in
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
2026-06-01 16:24:58 +01:00
parent 21387170f1
commit 68425fe793

View File

@@ -5,6 +5,9 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
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!"