Skip to content

Commit 5ef6a2b

Browse files
committed
use a fork of the github action
My fork does not delete all contents
1 parent 15180f9 commit 5ef6a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-site-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
run: python devel/site-list.py
3434

3535
- name: Pushes to another repository
36-
uses: cpina/github-action-push-to-another-repository@main
36+
uses: sdushantha/github-action-push-to-another-repository@main
3737
env:
3838
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
3939
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
4040
with:
4141
source-directory: 'output'
4242
destination-github-username: 'sherlock-project'
43-
commit-message: "Updated site list"
43+
commit-message: 'Updated site list'
4444
destination-repository-name: 'sherlockproject.xyz'
4545
user-email: [email protected]
4646
target-branch: master

0 commit comments

Comments
 (0)