Skip to content

Commit

Permalink
Merge pull request #3 from xiachufang/fix-test
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
StrayDragon authored May 20, 2021
2 parents dbe6757 + 0c9915e commit 7ae8dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
I'm message body
from: ${{ github.repository }}
test_msg_type___template__:
test_msg_type_template:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -38,6 +38,6 @@ jobs:
- uses: ./
with:
webhook: ${{ secrets.FEISHU_ROBOT_WEBHOOK_URL }}
message_type: "__template__"
message_type: "template"
msg_template_path: '.github/feishu_msg_tmpl/example.json'
msg_template_values: "${{steps.set-template-values.outputs.result}}"
msg_template_values: "${{steps.set-template-values.outputs.result}}"

0 comments on commit 7ae8dd5

Please sign in to comment.