Skip to content

Commit

Permalink
Use sample site
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jun 19, 2024
1 parent 26b875c commit 4fadba6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metadata-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metadata-own-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4fadba6

Please sign in to comment.