Skip to content

Commit 58477ce

Browse files
author
Reuven
committed
echo
1 parent 91eae17 commit 58477ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: echo PREV_COMMIT=${{ env.PREV_COMMIT }}
2525

2626
- name: Get prev file
27-
run: echo "PREV_FILE=$(https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
27+
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
2828

2929
- run: echo PREV_FILE=${{ env.PREV_FILE }}
3030

simple.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ paths:
88
tags:
99
- Test
1010
responses:
11-
"201":
11+
"200":
1212
description: Success
1313
/partner-api/test/another-method:
1414
get:

0 commit comments

Comments
 (0)