diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 64342c1f..decd655f 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -38,8 +38,8 @@ jobs: - name: Replace placeholders in badges.md run: | - sed -i "s/\$\{\{REPOSITORY_OWNER\}\}/$REPOSITORY_OWNER/" badges.md - sed -i "s/\$\{\{REPOSITORY_SLUG\}\}/$REPOSITORY_NAME/" badges.md + sed -i "s//$REPOSITORY_OWNER/" badges.md + sed -i "s//$REPOSITORY_NAME/" badges.md # - name: Replace include with content of badges