Compare commits

..

1 Commits

Author SHA1 Message Date
4abaee3072 uhh action test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
2026-03-01 02:20:33 -07:00

View File

@@ -3,13 +3,6 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build doerg
run: nix build .#doerg
Explore-Gitea-Actions:
runs-on: nixos
steps:
@@ -23,4 +16,4 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."