From 5ef6a2b8f3733f5c9d65c983bfb6b2a00362d109 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 20 Jun 2024 13:52:13 +0200 Subject: [PATCH] use a fork of the github action My fork does not delete all contents --- .github/workflows/update-site-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-site-list.yml b/.github/workflows/update-site-list.yml index 8204dd400..d9f12a77f 100644 --- a/.github/workflows/update-site-list.yml +++ b/.github/workflows/update-site-list.yml @@ -33,14 +33,14 @@ jobs: run: python devel/site-list.py - name: Pushes to another repository - uses: cpina/github-action-push-to-another-repository@main + uses: sdushantha/github-action-push-to-another-repository@main env: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source-directory: 'output' destination-github-username: 'sherlock-project' - commit-message: "Updated site list" + commit-message: 'Updated site list' destination-repository-name: 'sherlockproject.xyz' user-email: siddharth.dushantha@gmail.com target-branch: master