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 273440a commit f8454b3Copy full SHA for f8454b3
.github/workflows/setup.yml
@@ -19,7 +19,7 @@ jobs:
19
rm -rf .github/workflows/setup.yml
20
echo "# ${{ github.event.repository.name }}" > README.md
21
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
+ sed -i "s|%link%|${{ github.event.repository.html_url }}|g" ./plugin/Plugin.php
23
sed -i "s/%name%/${{ github.event.repository.name }}/g" ./plugin/Plugin.php
24
sed -i "s/%description%/${{ github.event.description }}/g" ./plugin/Plugin.php
25
0 commit comments