Skip to content

Commit 149aec7

Browse files
committed
refactor: implode template
1 parent 3a6bfa0 commit 149aec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: docker://asyncapi/github-action-for-generator:2.0.0
8484
with:
8585
template: '@asyncapi/ts-nats-template'
86-
filepath: ./definitions/rust.asyncapi.json
86+
filepath: ./definitions/bundled/rust.asyncapi.json
8787
output: ./
8888
- name: Write new config file to ensure we keep the new state for next time
8989
if: ${{env.major_version_change == 'true' || env.minor_version_change == 'true' || env.patch_version_change == 'true'}}

0 commit comments

Comments
 (0)