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 }}."