3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-03-07 09:27:23 +00:00

Added missing changes and modified dist assets.

This commit is contained in:
GitHub Action 2024-04-28 10:22:56 +00:00 committed by renovate[bot]
parent 1c5b7dc5f4
commit 15fa7fb955
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -69415,7 +69415,7 @@ const falseTag = {
identify: value => value === false, identify: value => value === false,
default: true, default: true,
tag: 'tag:yaml.org,2002:bool', tag: 'tag:yaml.org,2002:bool',
test: /^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i, test: /^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,
resolve: () => new Scalar.Scalar(false), resolve: () => new Scalar.Scalar(false),
stringify: boolStringify stringify: boolStringify
}; };

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long