We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15180f9 commit 5ef6a2bCopy full SHA for 5ef6a2b
.github/workflows/update-site-list.yml
@@ -33,14 +33,14 @@ jobs:
33
run: python devel/site-list.py
34
35
- name: Pushes to another repository
36
- uses: cpina/github-action-push-to-another-repository@main
+ uses: sdushantha/github-action-push-to-another-repository@main
37
env:
38
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
39
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
40
with:
41
source-directory: 'output'
42
destination-github-username: 'sherlock-project'
43
- commit-message: "Updated site list"
+ commit-message: 'Updated site list'
44
destination-repository-name: 'sherlockproject.xyz'
45
user-email: [email protected]
46
target-branch: master
0 commit comments