We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcdd1a commit e180e2bCopy full SHA for e180e2b
.github/workflows/updateSite.yml
@@ -52,7 +52,7 @@ jobs:
52
git checkout master
53
- name: Update index.php
54
run: |
55
- sed -in 's/${{ steps.previous.outputs.result }}/${{ steps.current.outputs.result }}/' src/index.php
+ sed -i 's/${{ steps.previous.outputs.result }}/${{ steps.current.outputs.result }}/g' src/index.php
56
- name: Commit Files
57
uses: stefanzweifel/git-auto-commit-action@v6
58
with:
0 commit comments