Skip to content

Commit

Permalink
add_workflow_auto_updates_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lqS0317 authored and lqS0317 committed May 9, 2024
1 parent dac5619 commit b6ac8d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
token: ${{secrets.PAT}}
- name: Update README
run: |
git checkout main
date=$(date +%Y%m%d)
current_time=$(grep -Eo '[0-9]{8}' run-node-mainnetv2.md |head -n1)
sed -i "s/${current_time}/$date/g" run-node-mainnetv2.md
Expand Down

0 comments on commit b6ac8d0

Please sign in to comment.