Skip to content

Commit

Permalink
fix: fixed trying to create nested entities instead of editing existi…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 11, 2024
1 parent 52dff61 commit 21f49d5
Show file tree
Hide file tree
Showing 7 changed files with 839 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# so it runs before release step, and second changelog generates for updating CHANGELOG.md file, so it runs after release step.
# if i'd try to generate changelog once, changes will be marked as "master" branch changes, cause there's no new tag yet.

name: webitel ui tests and docs
name: webitel client tests and docs

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# so it runs before release step, and second changelog generates for updating CHANGELOG.md file, so it runs after release step.
# if i'd try to generate changelog once, changes will be marked as "master" branch changes, cause there's no new tag yet.

name: webitel ui release
name: webitel client release

on:
push:
Expand Down
Loading

0 comments on commit 21f49d5

Please sign in to comment.