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

Error when the body of the pull request is too large #30

Open
hkusu opened this issue Jun 9, 2021 · 1 comment
Open

Error when the body of the pull request is too large #30

hkusu opened this issue Jun 9, 2021 · 1 comment

Comments

@hkusu
Copy link
Owner

hkusu commented Jun 9, 2021

image

@hkusu
Copy link
Owner Author

hkusu commented Jun 18, 2021

As defined in action.yml, event input receives a GitHub event as JSON.

event:
  description: ''
  default: ${{ toJson(github.event) }}
  required: false

This input is too large, causing an error on the GitHub Actions platform.

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