[BUG] Api Updates are not happening with Github Actions
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### Release version
v6.0.1.1
### Describe the bug
We tried to add 2 new operations to the existing api using Github Action and it failed.
We run the extractor it detects the changes but when publisher doest not put these changes to the APIM instance. Publisher logs are incorrectly showing put API done and it successfully ran as well.
The same artifacts works with ADO pipelines. ADO pipelines generate the same artifacts and publisher put the new 2 operations in the existing api correctly without any issue.
### Expected behavior
Github Action also should work fine wihtout any issue and if it has not put any operations correctly it should fail and not success.
### Actual behavior
Github Action publisher is not putting new operations to the existing api and successfully completed without publishing the changes. At the same time ADO work fine.
### Reproduction Steps
1. addd any operations in the existing api
2. run extractor and run publisher in Github Actions
Contributor guide
Assessment
This issue has not been assessed yet.