Skip to content

Commit 395384c

Browse files
authored
Use fork of mirror-action to make known_hosts work
1 parent 0d514bb commit 395384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: mirror-repository
2525
# You may pin to the exact commit or the version.
2626
# uses: yesolutions/mirror-action@1708f16cdb28634fd3ba10c5c79abc91f5578a14
27-
uses: yesolutions/mirror-action@v0.7.0
27+
uses: cynicsketch/mirror-action@v0.0.1
2828
with:
2929
REMOTE: 'ssh://[email protected]/cynicsketch/nix-mineral.git'
3030
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)