use a fork of the github action

My fork does not delete all contents
This commit is contained in:
Siddharth Dushantha 2024-06-20 13:52:13 +02:00
parent 15180f92d0
commit 5ef6a2b8f3

View file

@ -33,14 +33,14 @@ jobs:
run: python devel/site-list.py run: python devel/site-list.py
- name: Pushes to another repository - name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main uses: sdushantha/github-action-push-to-another-repository@main
env: env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with: with:
source-directory: 'output' source-directory: 'output'
destination-github-username: 'sherlock-project' destination-github-username: 'sherlock-project'
commit-message: "Updated site list" commit-message: 'Updated site list'
destination-repository-name: 'sherlockproject.xyz' destination-repository-name: 'sherlockproject.xyz'
user-email: siddharth.dushantha@gmail.com user-email: siddharth.dushantha@gmail.com
target-branch: master target-branch: master