Skip to content

Commit

Permalink
chore: Fix incorrect package repository/homepage/name + update checko…
Browse files Browse the repository at this point in the history
…ut to v3
  • Loading branch information
pionl committed Apr 26, 2023
1 parent b333924 commit 575966f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
name: 👮‍Confronts to conventional commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: webiny/[email protected]

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: '0'

Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "php-api-sdk-builder",
"name": "larastrict",
"version": "1.0.0",
"private": true,
"description": "PHP SDK builder documentation.",
"description": "Larascrict documentation.",
"main": "nuxt.config.js",
"directories": {
"doc": "docs",
Expand All @@ -16,14 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wrk-flow/php-api-sdk-builder.git"
"url": "git+https://github.com/wrk-flow/larastrict.git"
},
"author": "Martin Kluska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wrk-flow/php-api-sdk-builder/issues"
},
"homepage": "https://github.com/wrk-flow/php-api-sdk-builder#readme",
"homepage": "https://github.com/wrk-flow/larastrict#readme",
"dependencies": {
"@nuxt/content-theme-docs": "^0.11.1",
"nuxt": "^2.15.8"
Expand Down

0 comments on commit 575966f

Please sign in to comment.