We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa6e24 commit 1874df1Copy full SHA for 1874df1
ct_folder/.github/workflows/github-actions-deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Configure git and push to preset
29
working-directory: /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
30
run: |
31
- rsync -r --exclude '.git' ../ct_folder ../preset_folder
+ rsync -r --exclude '.git' /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/ct_folder /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
32
git config --global user.name "CI Bot"
33
git config --global user.email "team@mupdivision.com"
34
git add .
0 commit comments