diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index cbf91f8..ee63219 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -5,7 +5,7 @@ on: - 'master' jobs: - Build Documentation: + build_docs: runs-on: docker container: www.coastalcommits.com/galacticfactory/documentation:latest steps: @@ -49,7 +49,7 @@ jobs: env: GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }} - Build and Upload Export Files: + build_export_files: runs-on: docker container: catthehacker/ubuntu:act-latest steps: @@ -102,7 +102,7 @@ jobs: path: /export/modrinth/ continue-on-error: true - Autotagger: + autotagger: runs-on: docker container: catthehacker/ubuntu:act-latest steps: