ugh
Package builder / Explore-Gitea-Actions (push) Waiting to run Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-25 23:22:06 +00:00
parent 4a49b1d5e4
commit 39ad5b30b9
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Package builder
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
on: [push]
jobs:
@ -30,4 +30,4 @@ jobs:
# path: ./*.pkg.tar.zst
- name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import
- run: echo "This job's status is ${{ job.status }}."
- run: echo "This job's status is ${{ job.status }}."