File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,17 @@ jobs:
14
14
- run : mkdir ct_folder
15
15
- run : cd ct_folder
16
16
- name : Checkout ct
17
- uses : actions/checkout@v1
17
+ uses : actions/checkout@v3
18
18
with :
19
19
repository : creativetimofficial/paper-dashboard-laravel
20
20
token : ${{ secrets.CT_TOKEN }}
21
+ path : ct_folder
21
22
- name : Checkout preset
22
- uses : actions/checkout@v1
23
+ uses : actions/checkout@v3
23
24
with :
24
25
repository : laravel-frontend-presets/paper-dashboard
25
26
token : ${{ secrets.CT_TOKEN }}
27
+ path : preset_folder
26
28
- run : rsync -av --progress /home/runner/work/creativetimofficial/paper-dashboard-laravel /home/runner/work/paper-dashboard-laravel/paper-dashboard --exclude .git
27
29
- run : cd /home/runner/work/paper-dashboard-laravel/paper-dashboard
28
30
- name : Configure git
You can’t perform that action at this time.
0 commit comments