Skip to content

Commit e180e2b

Browse files
efb4f5ff-1298-471a-8973-3d47447115dcPikachuEXE
authored andcommitted
Remove n argument in sed (#8033)
* remove n argument in sed * Update .github/workflows/updateSite.yml Co-authored-by: PikachuEXE <[email protected]> --------- Co-authored-by: PikachuEXE <[email protected]>
1 parent bdcdd1a commit e180e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updateSite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git checkout master
5353
- name: Update index.php
5454
run: |
55-
sed -in 's/${{ steps.previous.outputs.result }}/${{ steps.current.outputs.result }}/' src/index.php
55+
sed -i 's/${{ steps.previous.outputs.result }}/${{ steps.current.outputs.result }}/g' src/index.php
5656
- name: Commit Files
5757
uses: stefanzweifel/git-auto-commit-action@v6
5858
with:

0 commit comments

Comments
 (0)