File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,14 @@ jobs:
25
25
repository : laravel-frontend-presets/paper-dashboard
26
26
token : ${{ secrets.CT_TOKEN }}
27
27
path : preset_folder
28
- - run : rsync -av --progress /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/ct_folder /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder --exclude .git
28
+ - name : Copy files
29
+ working-directory : /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel
30
+ run : |
31
+ pwd
32
+ - run : rsync -r --exclude '.git' ct_folder /preset_folder
29
33
- name : Configure git and push to preset
30
34
working-directory : /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
31
35
run : |
32
- pwd
33
36
git config --global user.name "CI Bot"
34
37
git config --global user.email "[email protected] "
35
38
git add .
You can’t perform that action at this time.
0 commit comments