diff --git a/.github/workflows/sync_configs.yml b/.github/workflows/sync_configs.yml index 2841f6f3..7448f50d 100644 --- a/.github/workflows/sync_configs.yml +++ b/.github/workflows/sync_configs.yml @@ -26,9 +26,9 @@ jobs: - name: Update configuration files from devtools run: | if [ -f ".github/workflows/custom_ci.yml" ]; then - rsync -arv --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ; + rsync -arv --delete --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ; else - rsync -arv tmp/devtools/shared/ . ; + rsync -arv --delete tmp/devtools/shared/ . ; fi - name: Compile file templates run: | diff --git a/bin/ossy b/bin/ossy new file mode 120000 index 00000000..aee617be --- /dev/null +++ b/bin/ossy @@ -0,0 +1 @@ +/home/runner/.rubies/ruby-2.6.5/lib/ruby/gems/2.6.0/bundler/gems/ossy-cd5a109f676b/bin/ossy \ No newline at end of file