Skip to content

Commit f8454b3

Browse files
committed
fix url
1 parent 273440a commit f8454b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
rm -rf .github/workflows/setup.yml
2020
echo "# ${{ github.event.repository.name }}" > README.md
2121
sed -i "s/%author%/${{ github.repository_owner }}/g" ./plugin/Plugin.php
22-
sed -i "s/%link%/${{ github.event.repository.html_url }}/g" ./plugin/Plugin.php
22+
sed -i "s|%link%|${{ github.event.repository.html_url }}|g" ./plugin/Plugin.php
2323
sed -i "s/%name%/${{ github.event.repository.name }}/g" ./plugin/Plugin.php
2424
sed -i "s/%description%/${{ github.event.description }}/g" ./plugin/Plugin.php
2525

0 commit comments

Comments
 (0)