Skip to content

Commit

Permalink
Merge pull request #2180 from sherlock-project/fix-action
Browse files Browse the repository at this point in the history
use a fork of the github action
  • Loading branch information
sdushantha committed Jun 20, 2024
2 parents 1a68d79 + 5ef6a2b commit 8317cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-site-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
target-branch: master

0 comments on commit 8317cc1

Please sign in to comment.