Skip to content

Commit 44be7db

Browse files
committed
chore(ci-cd): update repo name
update repo name GH-0
1 parent ee74dc5 commit 44be7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
run: |
3232
git config --global user.name $CONFIG_USERNAME
3333
git config --global user.email $CONFIG_EMAIL
34-
git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-notifications
34+
git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-message-bus-connector
3535
env:
3636
GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
3737
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
3838
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
3939

4040
- name: Install 📌
41-
run: npm install
41+
run: npm ci --ignore-scripts
4242

4343
- name: Test 🔧
4444
run: npm run test

0 commit comments

Comments
 (0)