Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Dec 5, 2023
1 parent 87467a4 commit 6300385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<REPO_OWNER>/$REPOSITORY_OWNER/" badges.md
sed -i "s/<REPO_NAME>/$REPOSITORY_NAME/" badges.md
# - name: Replace include with content of badges
Expand Down

0 comments on commit 6300385

Please sign in to comment.