From f529efbf28705cf8474f9730caf5ae90b52dc45e Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 06:26:14 +0300 Subject: [PATCH] Gitea Actions test --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c389398..57aa350 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,6 +2,10 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] +defaults: + run: + shell: bash + jobs: Explore-Gitea-Actions: runs-on: main