Skip to content

Commit

Permalink
feat: enable escaping unsafe filename characters by default (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 4, 2024
1 parent 37015c4 commit 11737bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ inputs:
escape-paths:
description: 'Escape special characters of filenames used in the `paths` output'
required: false
default: "false"
default: "true"
strip-top-level-dir:
description: 'Strip the `$GITHUB_WORKSPACE` from the `paths` output'
required: false
Expand Down

0 comments on commit 11737bf

Please sign in to comment.