File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22<div align =" center " ><b >Automatically update your github README learn section with data fetched from a remote notion database.</b ></div >
33</br >
44<p align =" center " >
5- <a href =" https://app.codecov.io/gh/Devorein/github-action -learn-section-notion/branch/master " ><img src =" https://img.shields.io/codecov/c/github/devorein/github-action -learn-section-notion?color=blue " /></a >
6- <a href =" https://github.com/Devorein/github-action -learn-section-notion/actions/workflows/build.yml " ><img src =" https://github.com/devorein/github-action -learn-section-notion/actions/workflows/build.yml/badge.svg " /></a >
7- <img src =" https://img.shields.io/github/repo-size/devorein/github-action -learn-section-notion?style=flat-square&color=orange " />
8- <img src =" https://img.shields.io/github/contributors/devorein/github-action -learn-section-notion?label=contributors&color=red " />
5+ <a href =" https://app.codecov.io/gh/Devorein/github-readme -learn-section-notion/branch/master " ><img src =" https://img.shields.io/codecov/c/github/devorein/github-readme -learn-section-notion?color=blue " /></a >
6+ <a href =" https://github.com/Devorein/github-readme -learn-section-notion/actions/workflows/build.yml " ><img src =" https://github.com/devorein/github-readme -learn-section-notion/actions/workflows/build.yml/badge.svg " /></a >
7+ <img src =" https://img.shields.io/github/repo-size/devorein/github-readme -learn-section-notion?style=flat-square&color=orange " />
8+ <img src =" https://img.shields.io/github/contributors/devorein/github-readme -learn-section-notion?label=contributors&color=red " />
99</p >
1010
1111## Configuration
4444 - name : ' Fetching Repository Contents'
4545 uses : actions/checkout@main
4646 - name : ' Learn Section Updater'
47- uses : ' devorein/github-action -learn-section-notion@master'
47+ uses : ' devorein/github-readme -learn-section-notion@master'
4848 with :
4949 database_id : ' 6626c1ebc5a44db78e3f2fe285171ab7'
5050 token_v2 : ${{ secrets.NOTION_TOKEN_V2 }}
Original file line number Diff line number Diff line change 11{
2- "name" : " github-action -learn-section-notion" ,
2+ "name" : " github-readme -learn-section-notion" ,
33 "version" : " 1.0.0" ,
44 "description" : " A github action to populate readme learn section with data fetched from a remote notion database" ,
55 "main" : " dist/index.js" ,
1212 },
1313 "repository" : {
1414 "type" : " git" ,
15- "url" : " git+https://github.com/Devorein/github-action -learn-section-notion.git"
15+ "url" : " git+https://github.com/Devorein/github-readme -learn-section-notion.git"
1616 },
1717 "keywords" : [],
1818 "author" : " Safwan Shaheer <devorein00@gmail.com>" ,
1919 "license" : " MIT" ,
2020 "bugs" : {
21- "url" : " https://github.com/Devorein/github-action -learn-section-notion/issues"
21+ "url" : " https://github.com/Devorein/github-readme -learn-section-notion/issues"
2222 },
23- "homepage" : " https://github.com/Devorein/github-action -learn-section-notion#readme" ,
23+ "homepage" : " https://github.com/Devorein/github-readme -learn-section-notion#readme" ,
2424 "dependencies" : {
2525 "@actions/core" : " ^1.2.7" ,
2626 "@nishans/endpoints" : " ^0.0.32"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ afterEach(() => {
1010} ) ;
1111
1212it ( `Should work` , async ( ) => {
13- const GITHUB_WORKSPACE = `https://github.com/Devorein/github-action -learn-section-notion` ;
13+ const GITHUB_WORKSPACE = `https://github.com/Devorein/github-readme -learn-section-notion` ;
1414 process . env . GITHUB_WORKSPACE = GITHUB_WORKSPACE ;
1515
1616 const category_schema_unit : MultiSelectSchemaUnit = {
You can’t perform that action at this time.
0 commit comments