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'
|
||||
|
||||
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:
|
||||
|
|
Reference in a new issue