From 3b8a02ac515db5252b9577168277f8d77b11d6f7 Mon Sep 17 00:00:00 2001 From: Speiger Date: Tue, 14 Jun 2022 09:33:10 +0200 Subject: [PATCH] Fixed syncer --- .github/workflows/sync-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-action.yml b/.github/workflows/sync-action.yml index 21ffec54..a512fed4 100644 --- a/.github/workflows/sync-action.yml +++ b/.github/workflows/sync-action.yml @@ -27,7 +27,7 @@ jobs: - uses: GuillaumeFalourd/copy-push-files@v1 with: - source_files: src/builder src/main src/test Changelog.md README.md + source_files: src Changelog.md README.md remote_repository: https://github.com/Speiger/Primitive-Collections access_token: ${{ secrets.PUSH_TOKEN }} target_branch: debug