From 0e4f2da121841324dc7078f77163fd09319e9bbe Mon Sep 17 00:00:00 2001 From: Rubem Pacelli Date: Fri, 1 Dec 2023 05:55:03 -0300 Subject: [PATCH] Update doctoc.yml --- .github/workflows/doctoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doctoc.yml b/.github/workflows/doctoc.yml index 413e306..31be621 100644 --- a/.github/workflows/doctoc.yml +++ b/.github/workflows/doctoc.yml @@ -22,4 +22,4 @@ jobs: git config --global user.email "actions@github.com" # you can use actions@github.com as the email address in the git config for GitHub Actions workflows. This email address is commonly used in automated workflows, and GitHub recognizes it as a generic or default email address associated with actions. git add README.md git commit -m "Update Table of Contents" - # git push + git push