Skip to content

Commit

Permalink
fix(actions): return all outputs of an action as a json string (#6067)
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvemo committed May 22, 2024
1 parent 20742f4 commit 7c60c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/graph/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ function dependenciesFromActionConfig({

if (
ref.fullRef[3] === "outputs" &&
outputKey &&
!staticOutputKeys.includes(outputKey) &&
!refStaticOutputKeys.includes(outputKey)
) {
Expand Down

0 comments on commit 7c60c6b

Please sign in to comment.