not me forgetting that the job.<job_id>.name
key exists 😭
This commit is contained in:
parent
f797173517
commit
b9d139146f
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,8 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docs:
|
build_documentation:
|
||||||
|
name: Build Documentation
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
|
|
||||||
build_export_files:
|
build_export_files:
|
||||||
|
name: Build Export Files
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -98,6 +100,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
autotagger:
|
autotagger:
|
||||||
|
name: Autotagger
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in a new issue