Skip to content

Commit

Permalink
Merge pull request #61 from falti/fix-action-yml
Browse files Browse the repository at this point in the history
Add `ensure-exists` to action.yml #60
  • Loading branch information
falti authored Jul 28, 2024
2 parents 7a3a44a + e64539a commit a33be0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ inputs:
description: "Transform keys case to lower, upper or keep as it is with bypass"
required: false
default: "lower"
ensure-exists:
description: "Fail the action when .env file is not found at path."
required: false
default: "true"
outputs:
generic: # output will be available to future steps
description: "This command will have generic output variables based on .env"
Expand Down

0 comments on commit a33be0b

Please sign in to comment.