Skip to content

Commit 7f9c379

Browse files
Remove additional arguments
1 parent cbdd2d9 commit 7f9c379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-antora-ui-spring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: replace
3939
if: ${{ steps.current.outputs.result != steps.latest.outputs.latest_ui_bundle_url }}
4040
run: |
41-
sed -i '' -e 's@${{ steps.current.outputs.result }}@${{ steps.latest.outputs.latest_ui_bundle_url }}@g' antora-playbook.yml
41+
sed -i 's@${{ steps.current.outputs.result }}@${{ steps.latest.outputs.latest_ui_bundle_url }}@g' antora-playbook.yml
4242
- name: Create Pull Request
4343
uses: peter-evans/create-pull-request@v6
4444
with:

0 commit comments

Comments
 (0)