diff --git a/.github/workflows/opus.yml b/.github/workflows/opus.yml index 712b74c..9a0b603 100644 --- a/.github/workflows/opus.yml +++ b/.github/workflows/opus.yml @@ -175,7 +175,6 @@ jobs: uses: EndBug/add-and-commit@v9 with: add: "libs/libopus/" - commit: "--renormalize" default_author: github_actions message: Update ${{ matrix.config.file }} to ${{ env.OPUS_VERSION }} pull: "--rebase --autostash" diff --git a/.github/workflows/sodium.yml b/.github/workflows/sodium.yml index c7168fb..d7826c9 100644 --- a/.github/workflows/sodium.yml +++ b/.github/workflows/sodium.yml @@ -153,7 +153,6 @@ jobs: uses: EndBug/add-and-commit@v9 with: add: "libs/libsodium/" - commit: "--renormalize" default_author: github_actions message: Update ${{ matrix.config.file }} to ${{ env.SODIUM_VERSION }} pull: "--rebase --autostash"