From 4fadba635513bcef7ea034df9d2123987796081b Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Wed, 19 Jun 2024 19:55:59 -0400 Subject: [PATCH] Use sample site --- .github/workflows/metadata-advanced.yml | 4 ++-- .github/workflows/metadata-own-template.yml | 4 ++-- .github/workflows/metadata.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/metadata-advanced.yml b/.github/workflows/metadata-advanced.yml index 836a154..c9ad6fb 100644 --- a/.github/workflows/metadata-advanced.yml +++ b/.github/workflows/metadata-advanced.yml @@ -58,8 +58,8 @@ jobs: - name: Write metadata post uses: ./ with: - github-username: katydecorah - github-repository: archive + github-username: library-pals + github-repository: sample-site source-bookmarks: recipes|_data/recipes.json book-tags: "recommend,skip" start-date: ${{ env.START_DATE }} diff --git a/.github/workflows/metadata-own-template.yml b/.github/workflows/metadata-own-template.yml index d85bf35..7b2d768 100644 --- a/.github/workflows/metadata-own-template.yml +++ b/.github/workflows/metadata-own-template.yml @@ -26,8 +26,8 @@ jobs: - name: Write metadata post uses: ./ with: - github-username: katydecorah - github-repository: archive + github-username: library-pals + github-repository: sample-site post-template: .github/actions/post-template-basic.md posts-directory: books/ source-bookmarks: recipes|_data/recipes.json diff --git a/.github/workflows/metadata.yml b/.github/workflows/metadata.yml index 73bfc95..e587c1d 100644 --- a/.github/workflows/metadata.yml +++ b/.github/workflows/metadata.yml @@ -24,8 +24,8 @@ jobs: - name: Write metadata post uses: ./ with: - github-username: katydecorah - github-repository: archive + github-username: library-pals + github-repository: sample-site source-bookmarks: recipes|_data/recipes.json env: TOKEN: ${{ secrets.TOKEN }}