Skip to content

Commit

Permalink
Update create diagram.yml
Browse files Browse the repository at this point in the history
actually, probably not the dash after all...I was using a hash reference to the checkout for security. removing that and adding space back in.
  • Loading branch information
aaronhmiller authored Mar 21, 2024
1 parent 6dc5804 commit 2abcb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout
- name: Update diagram
uses: githubocto/repo-visualizer@739781b29396ea08b529226d8970a5f17a01c52c
uses: githubocto/repo-visualizer
with:
excluded_paths: "diagram.svg,app/.dockerignore,.github,.gitignore,LICENSE"
branch: diagram

0 comments on commit 2abcb1c

Please sign in to comment.