Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Sep 1, 2024
1 parent 5cecf36 commit 1acd990
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 35,902 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: amazing-actions/wecom-bot-notify@v1.0.1-beta.1
- uses: ./
with:
type: markdown # text, markdown, image, news, template_card
content: '## Test' # see https://developer.work.weixin.qq.com/document/path/91770
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
description: 'Message content'
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/main.js'

branding:
icon: 'thumbs-up'
Expand Down
Loading

0 comments on commit 1acd990

Please sign in to comment.