From 7f9c379a5fa976c48285c83220b0a86ddc3a952c Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Fri, 3 May 2024 11:57:12 -0300 Subject: [PATCH] Remove additional arguments --- .github/workflows/update-antora-ui-spring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-antora-ui-spring.yml b/.github/workflows/update-antora-ui-spring.yml index 125c458..579cc9d 100644 --- a/.github/workflows/update-antora-ui-spring.yml +++ b/.github/workflows/update-antora-ui-spring.yml @@ -38,7 +38,7 @@ jobs: id: replace if: ${{ steps.current.outputs.result != steps.latest.outputs.latest_ui_bundle_url }} run: | - sed -i '' -e 's@${{ steps.current.outputs.result }}@${{ steps.latest.outputs.latest_ui_bundle_url }}@g' antora-playbook.yml + sed -i 's@${{ steps.current.outputs.result }}@${{ steps.latest.outputs.latest_ui_bundle_url }}@g' antora-playbook.yml - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: