Skip to content

Commit c303037

Browse files
fix
1 parent c537a6a commit c303037

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ jobs:
1111
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event. "
1212
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1313
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
14-
- name: Checkout preset
14+
- name: Checkout Fork
1515
uses: actions/checkout@v3
1616
with:
17-
repository: laravel-frontend-presets/paper-dashboard
17+
repository: creativetimofficial/paper-dashboard-laravel
1818
token: ${{ secrets.CT_TOKEN }}
1919
- run: |
2020
git config --global user.name "CI Bot"
2121
git config --global user.email "[email protected]"
22-
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
22+
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
2323
git fetch --all
2424
git merge upstream/master --allow-unrelated-histories
2525
git push origin HEAD:master --force
2626
git push origin --tags
27-
- name: Checkout Fork
27+
- name: Checkout preset
2828
uses: actions/checkout@v3
2929
with:
30-
repository: creativetimofficial/paper-dashboard-laravel
30+
repository: laravel-frontend-presets/paper-dashboard
3131
token: ${{ secrets.CT_TOKEN }}
3232
- run: |
3333
git config --global user.name "CI Bot"
3434
git config --global user.email "[email protected]"
35-
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
35+
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
3636
git fetch --all
3737
git merge upstream/master --allow-unrelated-histories
3838
git push origin HEAD:master --force

0 commit comments

Comments
 (0)