kek
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-25 19:33:27 +00:00
parent 7ac82fe611
commit 9786a1ab40
1 changed files with 10 additions and 2 deletions

View File

@ -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 }}."
- name: Build the damn thing
run: |
/build
- run: echo "This job's status is ${{ job.status }}."