You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Replace the marker text in README.md with the updated counter
29
37
sed -i "s/<!--HALTED-DAYS-->.*<!--HALTED-DAYS-->/<!--HALTED-DAYS-->🔮 Project Status: Development Temporarily Suspended – $DAYS Days Elapsed<!--HALTED-DAYS-->/" README.md
30
38
echo "Updated README.md content:"
31
39
cat README.md
32
40
33
-
- name: Commit and push changes
41
+
- name: Commit and Push Changes
34
42
run: |
35
43
git config user.name "rhythmusbyte"
36
44
git config user.email "akhilmahesh@proton.me"
37
45
git add README.md
38
46
if [ -n "$(git status --porcelain)" ]; then
39
47
git commit -m "docs(update-readme): update README with $DAYS days elapsed"
0 commit comments