File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1- # These are supported funding model platforms
2-
3- github : [jaywcjlove]
4- patreon : # Replace with a single Patreon username
5- open_collective : # Replace with a single Open Collective username
6- ko_fi : # Replace with a single Ko-fi username
7- tidelift : # npm/kkt
8- community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9- custom : # https://jaywcjlove.github.io/sponsor.html
1+ ko_fi : jaywcjlove
2+ buy_me_a_coffee : jaywcjlove
3+ custom : ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
Original file line number Diff line number Diff line change 1010 windows :
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-node@v3
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-node@v4
1515 with :
1616 node-version : 18
1717
3333 contents : write
3434 id-token : write
3535 steps :
36- - uses : actions/checkout@v3
37- - uses : actions/setup-node@v3
36+ - uses : actions/checkout@v4
37+ - uses : actions/setup-node@v4
3838 with :
3939 node-version : 18
4040 registry-url : ' https://registry.npmjs.org'
7171 uses : jaywcjlove/changelog-generator@main
7272
7373 - name : Deploy
74- uses : peaceiris/actions-gh-pages@v3
74+ uses : peaceiris/actions-gh-pages@v4
7575 with :
7676 commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
7777 github_token : ${{ secrets.GITHUB_TOKEN }}
9191 if : steps.create_tag.outputs.successful
9292 with :
9393 token : ${{ secrets.GITHUB_TOKEN }}
94+ allowUpdates : true
9495 name : ${{ steps.changelog.outputs.tag }}
9596 tag : ${{ steps.changelog.outputs.tag }}
9697 body : |
You can’t perform that action at this time.
0 commit comments