From f2d95793d95e502b26b1564b4142457ee9746108 Mon Sep 17 00:00:00 2001 From: Stefanni Brasil Date: Thu, 14 Mar 2024 14:30:44 -0600 Subject: [PATCH] Delete folder with typo --- .github/worfklows/dynamic-readme.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/worfklows/dynamic-readme.yml diff --git a/.github/worfklows/dynamic-readme.yml b/.github/worfklows/dynamic-readme.yml deleted file mode 100644 index 41bb5db0..00000000 --- a/.github/worfklows/dynamic-readme.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: update-templates - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - update-templates: - permissions: - contents: write - pull-requests: write - pages: write - uses: thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main - secrets: - token: ${{ secrets.GITHUB_TOKEN }}