diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 69d2a95..252ddb2 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -18,10 +18,7 @@ jobs: - 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 + fetch-depth: 2 # fetch two commits so we can get the prev commit - name: Get prev commit run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV diff --git a/simple.yaml b/simple.yaml index 9beb4df..53f3080 100644 --- a/simple.yaml +++ b/simple.yaml @@ -8,7 +8,7 @@ paths: tags: - Test responses: - "201": + "200": description: Success /partner-api/test/another-method: get: