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
web-ui
pipeline file like this
--- labels: platform: linux/amd64 backend: local steps: hello: image: bash commands: - uname -a - pwd - ls -AFlh - echo "hello world 你好" - touch hello.txt - echo $${PATH} 测试: image: bash commands: - uname -a - pwd - ls -AFlh - echo "hello world 你好 测试"
but display wrong in webui
{"source":"https://github.com/woodpecker-ci/woodpecker","version":"1.0.3"}
No response
next
The text was updated successfully, but these errors were encountered:
Fix config base64 parsing to utf-8 (#3110)
ef3dabc
Closes #2609
Fix config base64 parsing to utf-8 (woodpecker-ci#3110)
5957416
Closes woodpecker-ci#2609
Successfully merging a pull request may close this issue.
Component
web-ui
Describe the bug
pipeline file like this
but display wrong in webui
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: