Skip to content
Snippets Groups Projects
Commit 44a7f5b2 authored by Psnail's avatar Psnail Committed by GitHub
Browse files

fix: workflow syntax problom.

parent f4677106
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ jobs:
if: ${{ always() && github.event_name == 'push' && github.repository == 'apache/dubbo-go' }}
with:
# DingDing bot token
dingToken: $DING_TOKEN
secret: $DING_SIGN
dingToken: ${{ DING_TOKEN }}
secret: ${{ DING_SIGN }}
# Post Body to send
body: |
{
......@@ -85,8 +85,8 @@ jobs:
if: ${{ always() && github.event_name == 'pull_request' && github.repository == 'apache/dubbo-go' }}
with:
# DingDing bot token
dingToken: $DING_TOKEN
secret: $DING_SIGN
dingToken: ${{ DING_TOKEN }}
secret: ${{ DING_SIGN }}
# Post Body to send
body: |
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment