From 39ad5b30b98688e5c6fc77e5557743cedd0e9343 Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 25 Oct 2023 23:22:06 +0000 Subject: [PATCH] ugh Signed-off-by: fbt --- .gitea/workflows/build-package.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index aa235d9..53a8ceb 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -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 }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}."