Skip to content

Commit

Permalink
Fix dynamic node evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Jul 8, 2024
1 parent abf2673 commit e3f0b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Output nodes
id: nodes
run: echo "nodes=$(devenv shell get-enabled-nodes)" >> "$GITHUB_OUTPUT"
run: echo "nodes=$(devenv shell get-enabled-nodes)" 2>/dev/null | tr -d '\n' >> "$GITHUB_OUTPUT"

pulumi:
needs: [ pre ]
Expand Down

0 comments on commit e3f0b7c

Please sign in to comment.