Skip to content

Commit e94caba

Browse files
fix
1 parent 839539d commit e94caba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Configure git
3030
run: |
3131
pwd
32-
cd ../preset_folder
32+
cd /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
33+
pwd
3334
git config --global user.name "CI Bot"
3435
git config --global user.email "[email protected]"
3536
git add .

0 commit comments

Comments
 (0)