Skip to content

Commit

Permalink
feat(get-changed-files): support custom delimiter for result (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Mar 2, 2023
1 parent 3a63770 commit e543a86
Show file tree
Hide file tree
Showing 30 changed files with 37 additions and 29 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ inputs:
skip_if_already_set:
description: 'Skip setting a commit status if it has already been set to success or failure by a workflow'
required: false
delimiter:
description: 'A custom delimiter'
required: false
outputs:
output:
description: 'The output of the helper'
Expand Down
2 changes: 1 addition & 1 deletion dist/0.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e543a86

Please sign in to comment.