Skip to content
#

golang

go logo

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.

Here are 56,334 public repositories matching this topic...

cli
adityasharad
adityasharad commented May 27, 2021

Describe the bug

gh run view --log throws a regex parsing error if the Actions job name contains a ++ character sequence.
It appears to be interpreted as a regex, without escaping.

Version: gh version 1.10.3 (2021-05-21)
OS: MacOS Catalina 10.15.7

Steps to reproduce the behavior

  1. Create an Actions workflow with a job whose name contains ++, e.g. `Pre-check: C++ test
mattermost-server

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language