1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-20 17:34:08 +08:00
This commit is contained in:
Gautam krishna R
2025-08-08 15:46:51 -04:00
committed by GitHub

View File

@@ -326,7 +326,7 @@ jobs:
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add . git add .
git commit -m "generated" git diff-index --quiet HEAD || git commit -m "generated"
git push git push
``` ```