fetch-depth set to 0 #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- trunk | |
jobs: | |
push_markdown_job: | |
runs-on: ubuntu-latest | |
name: Push Markdown to Notion | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Push Markdown to Notion | |
uses: MathieuLamiot/push-md-to-notion@main | |
id: push_markdown | |
with: | |
notion-token: ${{ secrets.NOTION_TOKEN }} |