Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joserdf authored Aug 8, 2024
1 parent 9ec336e commit 1521cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
tail -n 1 ./profile/README.md
# Use sed to update the date in README.md
sed -i "s/(\*This README was last updated on \*\*)[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}(\*\*)/\*This README was last updated on **${current_date}**/" ./profile/README.md
sed -i "s/\(\*This README was last updated on \*\*\)[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}\(\*\*\)/\1${current_date}\2/" ./profile/README.md
echo "Updated date in README.md"
tail -n 1 ./profile/README.md
Expand Down

0 comments on commit 1521cd2

Please sign in to comment.