Skip to content

Commit 9538bcf

Browse files
committed
modified: .github/actions/recent-posts/main.py
- Checking with success message.
1 parent 81590b5 commit 9538bcf

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/recent-posts

1 file changed

+1
-0
lines changed

.github/actions/recent-posts/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def main(
6262
subprocess.run(args=["git", "add", readme.as_posix()])
6363
subprocess.run(args=["git", "commit", "-m", "Synced and updated with most recent it176131.github.io blog post"])
6464
subprocess.run(args=["git", "push"])
65+
print("Success?")
6566

6667

6768
if __name__ == "__main__":

0 commit comments

Comments
 (0)