Skip to content

Commit b6acbff

Browse files
committed
fix: correct repository references in deploy.yml
- Updated the repository references in the deploy.yml file to ensure consistency in naming conventions.
1 parent a85e87c commit b6acbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
notify:
5353
needs: build-and-deploy
5454
if: always()
55-
uses: leaper-one/leaperone-releases/.github/workflows/feishu-notification.yml@main
55+
uses: leaperone/leaperone-releases/.github/workflows/feishu-notification.yml@main
5656
with:
5757
status: ${{ needs.build-and-deploy.result }}
58-
ref: leaper-one/MultiPost-Markdown-Editor@${{ github.event.client_payload.ref }}
58+
ref: leaperone/MultiPost-Markdown-Editor@${{ github.event.client_payload.ref }}
5959
run_number: ${{ github.run_number }}
6060
message: ${{ github.event.client_payload.message }}
6161
author: ${{ github.event.client_payload.author }}

0 commit comments

Comments
 (0)