From cf83cd5cc144a72f840e49f669577d26cec79154 Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Thu, 20 Jun 2024 07:30:47 -0400 Subject: [PATCH] Clean up --- .github/workflows/metadata-own-template.yml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/metadata-own-template.yml b/.github/workflows/metadata-own-template.yml index 9777331..1b34963 100644 --- a/.github/workflows/metadata-own-template.yml +++ b/.github/workflows/metadata-own-template.yml @@ -1,4 +1,4 @@ -name: Uses a custom markdown template (`post-template`) and customizes the `posts-directory`, with a manual workflow trigger. +name: Uses a custom markdown template with post-template and sets the posts-directory # Grant the action permission to write to the repository permissions: diff --git a/README.md b/README.md index 984568a..8ddc2b0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Metadata post action -> [!IMPORTANT] -> 🧪 Still in development - A GitHub action that creates a post from data files generated by [read-action](https://github.com/library-pals/read-action), [bookmark-action](https://github.com/library-pals/bookmark-action), and [spotify-to-yaml-action](https://github.com/library-pals/spotify-to-yaml-action). If you're including playlist data generated by the spotify-to-yaml-action, make sure it's schedule to run before this action.