Skip to content

Commit

Permalink
Merge pull request #275 from alchemyplatform/path-fixes
Browse files Browse the repository at this point in the history
fix path in gas manager admin api to work with GH actions
  • Loading branch information
SahilAujla authored Nov 1, 2023
2 parents 689b91d + bb57fcc commit d007b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account-abstraction/gas_manager_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ servers:
x-sandbox:
category:
type:
$ref: '../components/sandbox.yaml#/Category'
$ref: 'components/sandbox.yaml#/Category' # change the path to "../components/sandbox.yaml#/Category" if updating the spec from CLI
value: gas-manager
paths:
'/api/gasManager/policy':
Expand Down

0 comments on commit d007b7c

Please sign in to comment.