File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,19 @@ jobs:
15
15
uses : actions/checkout@v1
16
16
with :
17
17
repository : laravel-frontend-presets/paper-dashboard
18
- token : ${{ secrets.TOKEN_CT }}
18
+ token : ${{ secrets.CT_TOKEN }}
19
19
- name : Configure git
20
20
run : |
21
21
git config --global user.name "CI Bot"
22
22
git config --global user.email "[email protected] "
23
- git remote add upstream https://${{ secrets.TOKEN_CT }}@github.com/creativetimofficial /paper-dashboard-laravel
23
+ git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets /paper-dashboard
24
24
shell : bash
25
25
- name : Fetch and merge
26
26
id : fetch-merge
27
27
run : |
28
28
git fetch upstream
29
29
git checkout upstream/master
30
30
git merge origin/master
31
- rm -Rf .github/
32
31
git push upstream HEAD:master --force
33
32
shell : bash
34
33
- run : echo "The fork was updated"
Original file line number Diff line number Diff line change
1
+ /.github
Original file line number Diff line number Diff line change 1
- # test5 [ Paper Dashboard Laravel - Free Frontend Preset for Laravel] ( https://www.creative-tim.com/live/paper-dashboard-laravel/?ref=adnp-readme ) [ ![ Tweet] ( https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter )] ( https://twitter.com/home?status=Paper%20Dashboard%20Laravel%20is%20a%20Free%20Frontend%20Preset%20for%20Laravel%20%E2%9D%A4%EF%B8%8F%0Ahttps%3A//paper-dashboard-laravel.creative-tim.com/%20%23%paper%20%23design%20%23dashboard%20%23laravel%20%23free%20via%20%40CreativeTim )
1
+ # test4 [ Paper Dashboard Laravel - Free Frontend Preset for Laravel] ( https://www.creative-tim.com/live/paper-dashboard-laravel/?ref=adnp-readme ) [ ![ Tweet] ( https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter )] ( https://twitter.com/home?status=Paper%20Dashboard%20Laravel%20is%20a%20Free%20Frontend%20Preset%20for%20Laravel%20%E2%9D%A4%EF%B8%8F%0Ahttps%3A//paper-dashboard-laravel.creative-tim.com/%20%23%paper%20%23design%20%23dashboard%20%23laravel%20%23free%20via%20%40CreativeTim )
2
2
3
3
![ version] ( https://img.shields.io/badge/version-1.0.1-blue.svg ) ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg ) [ ![ GitHub issues open] ( https://img.shields.io/github/issues/laravel-frontend-presets/paper-dashboard.svg?maxAge=2592000 )] ( https://github.com/laravel-frontend-presets/paper-dashboard/issues?q=is%3Aopen+is%3Aissue ) [ ![ GitHub issues closed] ( https://img.shields.io/github/issues-closed-raw/laravel-frontend-presets/paper-dashboard.svg?maxAge=2592000 )] ( https://github.com/laravel-frontend-presets/paper-dashboard/issues?q=is%3Aissue+is%3Aclosed )
4
4
You can’t perform that action at this time.
0 commit comments