We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get
I'm trying to use this resource to get a Github Release which I think contains a UTF-8 character (right-arrow)
The error I get during the get is:
set label: grpc: error while marshaling: string field contains invalid UTF-8: unknown
The configuration of the github release module is:
- name: knative-operator type: github-release icon: github check_every: 24h source: owner: knative repository: operator access_token: ((github_access_token)) ... - get: knative-operator trigger: true params: globs: - knative-operator-*.tgz
The get operation should complete successfully. Or a way to disable the body label.
I think this might be coming from the Github Release body containing an arrow. The release in question is here: https://github.com/knative/operator/releases/tag/knative-v1.13.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I'm trying to use this resource to
get
a Github Release which I think contains a UTF-8 character (right-arrow)The error I get during the
get
is:The configuration of the github release module is:
Reproduction steps
get
stepExpected behavior
The
get
operation should complete successfully. Or a way to disable the body label.Additional context
I think this might be coming from the Github Release body containing an arrow. The release in question is here: https://github.com/knative/operator/releases/tag/knative-v1.13.0
The text was updated successfully, but these errors were encountered: