Skip to content

Commit 2a874cc

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/feast_plan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
IS_TEST: "True"
3232
run: |
3333
body=$(cd module_0/feature_repo_aws; feast plan)
34+
echo $body
3435
body=$(echo $body | tail -n +2)
36+
echo $body
3537
echo "::set-output name=body::$body"
3638
3739
# Post a comment on the PR with the results of `feast plan`

0 commit comments

Comments
 (0)