From b9d139146fd4b498db2414f6b4ba0e7d8ca9f935 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Sep 2024 14:22:18 -0400 Subject: [PATCH] =?UTF-8?q?not=20me=20forgetting=20that=20the=20`job..name`=20key=20exists=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/actions.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 04062c3..2a2041b 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -5,7 +5,8 @@ on: - 'master' jobs: - build_docs: + build_documentation: + name: Build Documentation runs-on: docker container: www.coastalcommits.com/galacticfactory/documentation:latest steps: @@ -45,6 +46,7 @@ jobs: GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }} build_export_files: + name: Build Export Files runs-on: docker container: catthehacker/ubuntu:act-latest steps: @@ -98,6 +100,7 @@ jobs: continue-on-error: true autotagger: + name: Autotagger runs-on: docker container: catthehacker/ubuntu:act-latest steps: