Skip to content

Issue Notify

Issue Notify #2

Workflow file for this run

on:
issues:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: foxundermoon/feishu-action@v2
with:
url: ${{ secrets.FEISHU_WEBHOOK_URL }}
msg_type: post
content: |

Check failure on line 13 in .github/workflows/issue-notify.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue-notify.yml

Invalid workflow file

The workflow is not valid. .github/workflows/issue-notify.yml (Line: 13, Col: 20): Unexpected symbol: '}'. Located at position 29 within expression: github.event.issue.html_url }
post:
zh_cn:
title: GitHub Issue: ${{ github.event.issue.title }} #${{ github.event.issue.number }}
content:
- - tag: text
un_escape: true
text: ${{ github.event.issue.body }}
- text: 查看 Issue #${{ github.event.issue.number }}
href: ${{ github.event.issue.html_url } }}