Strip UTF-8 BOM from JSON request body to fix 1C integration #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Publish | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - develop | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| uses: mikopbx/.github-workflows/.github/workflows/extension-publish.yml@master | |
| with: | |
| initial_version: "1.34" | |
| secrets: inherit |