From 9786a1ab409e5983ed28bca894f22131f228630b Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 25 Oct 2023 19:33:27 +0000 Subject: [PATCH] kek Signed-off-by: fbt --- .gitea/workflows/kek.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/kek.yaml b/.gitea/workflows/kek.yaml index 7bf2e71..6b560e7 100644 --- a/.gitea/workflows/kek.yaml +++ b/.gitea/workflows/kek.yaml @@ -2,9 +2,14 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] +defaults: + run: + shell: bash + working-directory: /buildroot + jobs: Explore-Gitea-Actions: - runs-on: arch-devel + runs-on: autobuilder 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!" @@ -16,4 +21,7 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - name: Build the damn thing + run: | + /build + - run: echo "This job's status is ${{ job.status }}."