1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Merge pull request #27676 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-08-22 08:31:59 -05:00
committed by GitHub

View File

@@ -41,7 +41,10 @@ jobs:
run: |
set -e
./script/find-orphaned-assets.js | xargs git rm
filesToRemove=`./script/find-orphaned-assets.js`
[ -z "$filesToRemove" ] && exit 0
${filesToRemove} | xargs git rm
git status