Skip to content

Commit

Permalink
Create diagramm2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LundiNord authored Mar 11, 2024
1 parent b20b868 commit 0bf315e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/diagramm2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- name: Update diagram
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"

0 comments on commit 0bf315e

Please sign in to comment.