(Testing) adding assets src to workflow (#41578)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/orphaned-assets-check.yml
vendored
2
.github/workflows/orphaned-assets-check.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
filesToRemove=`./src/assets/scripts/find-orphaned-assets.js`
|
||||
[ -z "$filesToRemove" ] && exit 0
|
||||
|
||||
${filesToRemove} | xargs git rm
|
||||
echo $filesToRemove | xargs git rm
|
||||
|
||||
git status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user