From 2abcb1cfe08575d1be4ef085f8ec66961e6dd4cb Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Thu, 21 Mar 2024 14:03:00 -0700 Subject: [PATCH] Update create diagram.yml 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. --- .github/workflows/create-diagram.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-diagram.yml b/.github/workflows/create-diagram.yml index 6d33491..b63ac50 100644 --- a/.github/workflows/create-diagram.yml +++ b/.github/workflows/create-diagram.yml @@ -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