Skip to content

Commit

Permalink
Update update_readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msg087 authored Dec 8, 2023
1 parent ffbbbaf commit 0ac53df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Update Last Updated timestamp
run: |
sed -i "s/<!--LAST_UPDATED_TIMESTAMP-->/Last Updated: $(TZ=America/New_York date +"%Y-%m-%d %H:%M:%S EST")/" templates/README.md.tpl
- uses: msg087/public@main
env:
GITHUB_TOKEN: ${{ secrets.UPDATE_WAKATIME }}
with:
template: "templates/README.md.tpl"
writeTo: "README.md"
- name: Update Last Updated timestamp
run: |
sed -i "s/<!--LAST_UPDATED_TIMESTAMP-->/Last Updated: $(TZ=America/New_York date +"%Y-%m-%d %H:%M:%S EST")/" README.md
- name: Check outputs and modified files
run: |
cat README.md
Expand Down

0 comments on commit 0ac53df

Please sign in to comment.