Skip to content

Commit b1f8713

Browse files
authored
Merge pull request #361 from alchemyplatform/cm/integrated-signer-service
accounts github action directory fix
2 parents da0a80f + b187465 commit b1f8713

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-apis.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ jobs:
130130
run: rdme openapi alchemy_simulateUserOperationAssetChanges.yaml --key=$README_API_KEY --id=6554e8dc1914ac000f50da38
131131

132132
# Update Embedded Accounts API
133-
- name: Update Embedded Accounts API
133+
- name: Update Embedded Accounts API - accounts
134134
env:
135135
README_API_KEY: ${{ secrets.README_API_KEY }}
136-
working-directory: ./accounts.yaml
136+
working-directory: ./accounts
137137
run: rdme openapi accounts.yaml --key=$README_API_KEY --id=65e02c093719c50070e3b97a
138-
138+
139139
# Update Debug APIs
140140
- name: Update Debug API - debug_traceBlockByHash
141141
env:

0 commit comments

Comments
 (0)