Skip to content

Commit c9cf3ba

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/feast_plan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ jobs:
2828
id: feast_plan
2929
env:
3030
FEAST_USAGE: "False"
31+
FEAST_FORCE_USAGE_UUID: None
3132
IS_TEST: "True"
3233
run: |
3334
body=$(cd module_0/feature_repo_aws; feast plan)
34-
echo $body
35-
body=$(echo $body | tail -n +2)
3635
body="${body//'%'/'%25'}"
3736
body="${body//$'\n'/'%0A'}"
3837
body="${body//$'\r'/'%0D'}"
39-
echo $body
4038
echo "::set-output name=body::$body"
4139
4240
# Post a comment on the PR with the results of `feast plan`

0 commit comments

Comments
 (0)