Skip to content

Commit f5254f0

Browse files
fix
1 parent 3c16bc9 commit f5254f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
repository: laravel-frontend-presets/paper-dashboard
1818
token: ${{ secrets.CT_TOKEN }}
19-
run: |
19+
- run: |
2020
git config --global user.name "CI Bot"
2121
git config --global user.email "[email protected]"
2222
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
repository: creativetimofficial/paper-dashboard-laravel
3434
token: ${{ secrets.CT_TOKEN }}
35-
run: |
35+
- run: |
3636
git config --global user.name "CI Bot"
3737
git config --global user.email "[email protected]"
3838
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard

0 commit comments

Comments
 (0)