Skip to content

hopefully it works

hopefully it works #13

name: Generate Tech Tree
on:
push:
branches: [ master ]
jobs:
generate tech tree:

Check failure on line 6 in .github/workflows/generate-tree.yaml

View workflow run for this annotation

GitHub Actions / Generate Tech Tree

Invalid workflow file

The workflow is not valid. .github/workflows/generate-tree.yaml (Line: 6, Col: 3): The identifier 'generate tech tree' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: Generate Tech Tree
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/hspsh/tech-tree:issue-10-dockerfile
options: -v ${{ github.workspace }}:/data
run: |
java -jar /app/app.jar /data/tree.yaml > /data/tree.svg
- name: FUCK
run: cat tree.svg
shell: bash