Skip to content

Commit

Permalink
Handle node_options in setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Potter committed Nov 20, 2023
1 parent 971ad25 commit 4912919
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions actions/load-env/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: "Load environment"
description: "Load environment variables"

outputs:
node_options: ${{ steps.source-env.outputs.node_options }}

runs:
using: "composite"
outputs:
node_options: ${{ steps.source-env.outputs.node_options }}
steps:
- name: Load .env variables
id: source-env
Expand Down

0 comments on commit 4912919

Please sign in to comment.