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 3c16bc9 commit f5254f0Copy full SHA for f5254f0
.github/workflows/github-actions-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
repository: laravel-frontend-presets/paper-dashboard
18
token: ${{ secrets.CT_TOKEN }}
19
- run: |
+ - run: |
20
git config --global user.name "CI Bot"
21
git config --global user.email "team@mupdivision.com"
22
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
@@ -32,7 +32,7 @@ jobs:
32
33
repository: creativetimofficial/paper-dashboard-laravel
34
35
36
37
38
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
0 commit comments