Skip to content

Commit

Permalink
updates info
Browse files Browse the repository at this point in the history
  • Loading branch information
basantsd committed Jul 9, 2024
1 parent d8d79c0 commit 112f53b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Run CI job
uses: basantsd/laravel-ci-cd@v1.2
uses: basantsd/laravel-ci-cd@v2
with:
job: 'ci'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2

- name: Run Code Cleanup job
uses: basantsd/laravel-ci-cd@v1.2
uses: basantsd/laravel-ci-cd@v2
with:
job: 'code_cleanup'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v2

- name: Run CD job
uses: basantsd/laravel-ci-cd@v1.2
uses: basantsd/laravel-ci-cd@v2
with:
job: 'cd'
vps_private_key: ${{ secrets.VPS_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2

- name: Run CI job
uses: basantsd/laravel-ci-cd@v1.2
uses: basantsd/laravel-ci-cd@v2
with:
job: 'ci'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v2

- name: Run Code Cleanup job
uses: basantsd/laravel-ci-cd@v1.2
uses: basantsd/laravel-ci-cd@v2
with:
job: 'code_cleanup'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v2

- name: Run CD job
uses: basantsd/laravel-ci-cd@v1.2
uses: basantsd/laravel-ci-cd@v2
with:
job: 'cd'
vps_private_key: ${{ secrets.VPS_PRIVATE_KEY }}
Expand Down

0 comments on commit 112f53b

Please sign in to comment.