Skip to content

Create diagramm2.yml #1

Create diagramm2.yml

Create diagramm2.yml #1

Workflow file for this run

- name: Update diagram

Check failure on line 1 in .github/workflows/diagramm2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/diagramm2.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
id: make_diagram
uses: githubocto/repo-visualizer@0.7.1
with:
output_file: "output-diagram.svg"
artifact_name: "my-diagram"
- name: Get artifact
uses: actions/download-artifact@v2
with:
name: "my-diagram"
path: "downloads"