We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3c596 commit 5aac3f0Copy full SHA for 5aac3f0
.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 | tail -n1 | 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
- name: Get prev file
25
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $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