From 5709a73567ba4958bb99824c17b7ba6c405883b4 Mon Sep 17 00:00:00 2001 From: Reuven Date: Thu, 4 Jul 2024 18:26:22 +0300 Subject: [PATCH] depth=2 --- .github/workflows/bc.yml | 2 ++ simple.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index b4306da..69d2a95 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 + with: + fetch-depth: 2 - name: Git Log run: git --no-pager log --skip=1 --max-count=1 diff --git a/simple.yaml b/simple.yaml index 53f3080..9beb4df 100644 --- a/simple.yaml +++ b/simple.yaml @@ -8,7 +8,7 @@ paths: tags: - Test responses: - "200": + "201": description: Success /partner-api/test/another-method: get: