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 6790ef2 commit 07fc44eCopy full SHA for 07fc44e
.github/workflows/github-actions-deploy.yml
@@ -27,6 +27,7 @@ jobs:
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
29
- run: cd /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/ct_folder
30
+ - run: ls -la
31
- name: Configure git
32
run: |
33
git config --global user.name "CI Bot"
0 commit comments