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 a85e87c commit b6acbffCopy full SHA for b6acbff
.github/workflows/deploy.yml
@@ -52,10 +52,10 @@ jobs:
52
notify:
53
needs: build-and-deploy
54
if: always()
55
- uses: leaper-one/leaperone-releases/.github/workflows/feishu-notification.yml@main
+ uses: leaperone/leaperone-releases/.github/workflows/feishu-notification.yml@main
56
with:
57
status: ${{ needs.build-and-deploy.result }}
58
- ref: leaper-one/MultiPost-Markdown-Editor@${{ github.event.client_payload.ref }}
+ ref: leaperone/MultiPost-Markdown-Editor@${{ github.event.client_payload.ref }}
59
run_number: ${{ github.run_number }}
60
message: ${{ github.event.client_payload.message }}
61
author: ${{ github.event.client_payload.author }}
0 commit comments