Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
7ac82fe611
commit
9786a1ab40
|
@ -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 }}."
|
||||
|
|
Loading…
Reference in New Issue
Block a user