Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send LINE message #1

Open
wallyatkins opened this issue Oct 21, 2020 · 0 comments
Open

Unable to send LINE message #1

wallyatkins opened this issue Oct 21, 2020 · 0 comments

Comments

@wallyatkins
Copy link

wallyatkins commented Oct 21, 2020

linebot: APIError 400 The property, 'to', in the request body is invalid (line: -, column: -)

Here is my YML:

on:
  rss:
    url: https://hnrss.org/newest?points=300&count=3
jobs:
  build:
    name: send rss message
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: send custom message with args
      uses: appleboy/line-action@master
      with:
        secret: ${{ secrets.LINE_CHANNEL_SECRET }}
        token: ${{ secrets.LINE_CHANNEL_TOKEN }}
        group: ${{ secrets.LINE_GROUP_ID }}
        message: line message from GitHub Actions - ${{on.rss.outputs.title}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant