Skip to content

Commit 6a91bcf

Browse files
committed
chore: Fix Codeberg mirror
1 parent 93ca6fd commit 6a91bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Release on npm
5252
if: |
5353
github.event_name != 'pull_request' &&
54-
!startsWith(github.event.head_commit.message, 'chore(deps')
54+
!startsWith(github.event.head_commit.message, 'chore')
5555
env:
5656
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
5757
run: |

.github/workflows/codeberg_mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
fetch-depth: 0
1414
- uses: yesolutions/mirror-action@18fc60c0629185af960c8256ccb650287a350b4e
1515
with:
16-
REMOTE: 'ssh://[email protected]:ffflorian/node-packages.git'
16+
REMOTE: 'ssh://[email protected]/ffflorian/node-packages.git'
1717
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SECRET }}
1818
GIT_SSH_NO_VERIFY_HOST: "true"

0 commit comments

Comments
 (0)