Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pechorin authored Oct 7, 2023
1 parent 5080106 commit 7933a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: sync repo docs to notions
uses: rrebellion/sync-repo-docs-to-notion@main
uses: pechorin/sync-repo-docs-to-notion@main
env:
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
NOTION_ROOT_PAGE_ID: https://www.notion.so/MyRootPage-jdskdjs8yd83dheeee
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
*.md
- name: sync repo docs to notions
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: rrebellion/sync-repo-docs-to-notion@main
uses: pechorin/sync-repo-docs-to-notion@main
env:
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
NOTION_ROOT_PAGE_ID: https://www.notion.so/MyRootPage-jdskdjs8yd83dheeee
Expand Down

0 comments on commit 7933a56

Please sign in to comment.