mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
use a fork of the github action
My fork does not delete all contents
This commit is contained in:
parent
15180f92d0
commit
5ef6a2b8f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-site-list.yml
vendored
4
.github/workflows/update-site-list.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue