From 30fc1fdb33d1a2af7788c233bc55dcec643c3472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A8=D0=B5=D0=B8?= =?UTF-8?q?=D0=BD?= Date: Mon, 21 Apr 2025 12:44:26 +0500 Subject: [PATCH] Update README.MD --- README.MD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 3ae9821..26c77bd 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,3 @@ - Examples: ``` on: [push] @@ -11,6 +10,10 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 + with: + # Number of commits to fetch. 0 indicates all history for all branches and tags. + # Default: 1 + fetch-depth: '0' - name: Get current env id: foo