Skip to content

Commit

Permalink
Remove additional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed May 3, 2024
1 parent cbdd2d9 commit 7f9c379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f9c379

Please sign in to comment.