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

[Feature] Add Action delta update method #398

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

Matthiee
Copy link
Member

@Matthiee Matthiee commented Dec 5, 2023

This PR adds SDK.action.updateAction('id', deltaUpdateModel);

This allows you to update one or more of the following properties at the same time:

  • name
  • script
  • triggers
  • hasTypeError

PR Guidelines

Related tickets

Copy link
Contributor

github-actions bot commented Dec 5, 2023

Coverage Report

Coverage report can be checked at https://cdnepgrafxstudiodev.azureedge.net/sdk/coverage/398/coverage.html

Use PR sdk package

Tarball can be downloaded from https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/398/studio-sdk.tgz

To use in local project, change package.json to use local tarball

"dependencies": {
    "@chili-publish/studio-sdk": "https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/398/studio-sdk.tgz"
}

Copy link
Contributor

github-actions bot commented Dec 5, 2023

Unit Test Results

    1 files    30 suites   41s ⏱️
264 tests 264 ✔️ 0 💤 0
268 runs  268 ✔️ 0 💤 0

Results for commit d2f1f2d.

@Matthiee Matthiee merged commit dd2eed4 into main Dec 6, 2023
@Matthiee Matthiee deleted the feature/EDT-1139-action-delta-update branch December 6, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants