We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdd2d9 commit 7f9c379Copy full SHA for 7f9c379
.github/workflows/update-antora-ui-spring.yml
@@ -38,7 +38,7 @@ jobs:
38
id: replace
39
if: ${{ steps.current.outputs.result != steps.latest.outputs.latest_ui_bundle_url }}
40
run: |
41
- 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
42
- name: Create Pull Request
43
uses: peter-evans/create-pull-request@v6
44
with:
0 commit comments