From bbe4ef1e3ec47bdf81a5090c8bd9c04121dede45 Mon Sep 17 00:00:00 2001 From: Jason Gao Date: Thu, 29 Feb 2024 20:12:15 +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..8bd125c9 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@dev/page-anchor with: notion-secret: ${{ secrets.NOTION_SECRET }} notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}