diff --git a/.github/workflows/automate.yml b/.github/workflows/automate.yml index b35c141..e7fffe1 100644 --- a/.github/workflows/automate.yml +++ b/.github/workflows/automate.yml @@ -47,9 +47,9 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.ACTION_TOKEN }} with: - source_file: "SVG/" + source_file: "SVG/**" destination_repo: "Cryptofonts/cryptofont-web" - destination_folder: "img" + destination_folder: "img/icons" user_email: "action@github.com" user_name: "GitHub Action" commit_message: "Merged icons from cryptoicons repo"