We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5709a73 commit 8b9c557Copy full SHA for 8b9c557
.github/workflows/bc.yml
@@ -18,10 +18,7 @@ jobs:
18
- name: Check out code
19
uses: actions/checkout@v4
20
with:
21
- fetch-depth: 2
22
-
23
- - name: Git Log
24
- run: git --no-pager log --skip=1 --max-count=1
+ fetch-depth: 2 # fetch two commits so we can get the prev commit
25
26
- name: Get prev commit
27
run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV
simple.yaml
@@ -8,7 +8,7 @@ paths:
8
tags:
9
- Test
10
responses:
11
- "201":
+ "200":
12
description: Success
13
/partner-api/test/another-method:
14
get:
0 commit comments