Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change URL for author #2

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Schema
uses: caido/action-json-schema-validate:3d80261c1f49e8664a6311b08c5809127cfc4a91
uses: caido/action-json-schema-validate@3d80261c1f49e8664a6311b08c5809127cfc4a91
with:
schema: schema.json
files: plugin_packages.json
Expand Down
2 changes: 1 addition & 1 deletion plugin_packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "Caido Labs Inc.",
"email": "[email protected]",
"url": "https://github.com/caido-community/autorize"
"url": "https://caido.io"
},
"repository": "caido-community/authorize"
}
Expand Down