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: