Skip to content

Commit 91544e7

Browse files
committed
fix: xx
1 parent d9a10ee commit 91544e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
npm run all
1818
test: # make sure the action works on a clean machine without building
1919
runs-on: ubuntu-latest
20+
needs: build
2021
steps:
2122
- uses: actions/checkout@v4
2223
- uses: ./

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ async function sendMessageToWeComBot(
5656
default:
5757
core.error('Unsupported message type')
5858
}
59+
core.info(`${MessageType.MARKDOWN} ${type} ${payload}`)
5960

6061
try {
6162
await axios.post(url, payload)

0 commit comments

Comments
 (0)