Skip to content

Commit cb0b668

Browse files
committed
Fix GitHub workflow
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent f9c1731 commit cb0b668

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/feast_plan.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
IS_TEST: "True"
3232
run: |
3333
body=$(cd module_0/feature_repo_aws; feast plan)
34-
body="${body//'%'/'%25'}"
35-
body="${body//$'\n'/'%0A'}"
36-
body="${body//$'\r'/'%0D'}"
3734
body=$(echo $body | tail -n +2)
3835
echo "::set-output name=body::$body"
3936

0 commit comments

Comments
 (0)