File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,17 @@ jobs:
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://github.com/creativetimofficial/paper-dashboard-laravel
23
+ git remote add upstream https://${{ secrets.TOKEN_CT }}@ github.com/creativetimofficial/paper-dashboard-laravel
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
- git push upstream/master
31
+ rm -Rf .github/
32
+ git add .
33
+ git commit -m 'remove workflows'
34
+ git push upstream HEAD:master --force
32
35
shell : bash
33
36
- run : echo "The fork was updated"
Original file line number Diff line number Diff line change 1
- # test2 [ 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