From 38471573a77255e4a853895609534bb01a043929 Mon Sep 17 00:00:00 2001 From: jasongao97 Date: Tue, 19 Dec 2023 23:15:03 +0800 Subject: [PATCH] Update notion-git.yml --- .github/workflows/notion-git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notion-git.yml b/.github/workflows/notion-git.yml index b0655dd0..7d9b4bf4 100644 --- a/.github/workflows/notion-git.yml +++ b/.github/workflows/notion-git.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v3 - name: Fetch Notion content - uses: nature-of-code/fetch-notion@main + uses: nature-of-code/fetch-notion@inline-code-in-comment with: notion-secret: ${{ secrets.NOTION_SECRET }} notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}