We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58477ce commit d459c2aCopy full SHA for d459c2a
.github/workflows/bc.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Get prev commit
22
- run: echo "PREV_COMMIT=$(git --no-pager log -n1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV
+ run: echo "PREV_COMMIT=$(git --no-pager log -n2 | grep commit | tail -n1 | cut -d' ' -f2)" >> $GITHUB_ENV
23
24
- run: echo PREV_COMMIT=${{ env.PREV_COMMIT }}
25
simple.yaml
@@ -8,7 +8,7 @@ paths:
8
tags:
9
- Test
10
responses:
11
- "200":
+ "201":
12
description: Success
13
/partner-api/test/another-method:
14
get:
0 commit comments