From 1403d100bc727c23154dd66fe6599871686d472b Mon Sep 17 00:00:00 2001 From: Sunil Kamat <107644736+sukamat@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:40:04 -0800 Subject: [PATCH] MWPW-142098: Ignore pink sidekick config during sync --- .github/workflows/fg-sync-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fg-sync-repos.yml b/.github/workflows/fg-sync-repos.yml index 740503f..940349c 100644 --- a/.github/workflows/fg-sync-repos.yml +++ b/.github/workflows/fg-sync-repos.yml @@ -27,7 +27,7 @@ jobs: - name: Overwrite floodgate repo files with latest from source repo run: | - rsync -av --exclude='fstab.yaml' --exclude='.github' --exclude='.git' --exclude='.idea' ./ ../bacom-pink/ + rsync -av --exclude='fstab.yaml' --exclude='.github' --exclude='.git' --exclude='.idea' --exclude='tools/sidekick/config.json' ./ ../bacom-pink/ - name: Commit and Push Changes to Floodgate Repository run: |