We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eae17 commit 58477ceCopy full SHA for 58477ce
.github/workflows/bc.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: echo PREV_COMMIT=${{ env.PREV_COMMIT }}
25
26
- name: Get prev file
27
- run: echo "PREV_FILE=$(https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
+ run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
28
29
- run: echo PREV_FILE=${{ env.PREV_FILE }}
30
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