+ [2020-03-26T19:37:39Z] paul424 R2robot, thanks, I already downloaded whole repo
+ [2020-03-26T19:37:50Z] R2robot logical
+ [2020-03-26T21:15:05Z] ThiefMaster does anyone know if i can provide a matcher for error output in github actions directly in my workflow file? ie without writing a custom docker/js action?
+ [2020-03-26T21:21:18Z] ThiefMaster looks like i can `echo "::error file=app.js,line=10,col=15::Something went wrong"` but that seems quite messy compared to the declarative way used in a custom action where you just specify the regex to apply to the output
+ [2020-03-26T21:38:50Z] ThiefMaster ah, found it i think: https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers

message no. 178567

Posted by TomyLobo in #github at 2020-03-26T08:08:03Z

hi
+ [2020-03-27T03:34:16Z] pierre366 hi, i'm trying to get my commit messages verified on github but I don't get why it doesn't work. I have added a GPG key in my setting, the key ID matches to the one in my commits but github still says "Unverified": https://imgur.com/a/TFJT8lF - anyone has a clue why please ?
+ [2020-03-27T07:02:21Z] paul424 I have commit de96c27b2d, how do I create the reverse of it AND apply to another branch ?
+ [2020-03-27T07:02:36Z] paul424 problem is it was squashed and merged to another branch ....
+ [2020-03-27T11:28:57Z] visualshock Hi guys! I am trying to get started with Actions. I have a server which I want to deploy the master branch to on push. What is the recommended way to do this? Add the ssh key and secret and just transfer the files?
+ [2020-03-27T19:29:48Z] eggbean I just noticed that I have an Issue and a Pull Request, but I never got any notification? I seem to have them enabled but not getting notoifications?