1
0
mirror of synced 2026-01-06 06:02:35 -05:00

(Testing) adding assets src to workflow (#41578)

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
Grace Park
2023-08-28 11:26:33 -07:00
committed by GitHub
parent b8529330c8
commit 927da1e9e0
2 changed files with 2 additions and 1 deletions

View File

@@ -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