+ [5 years ago] paul424 R2robot, thanks, I already downloaded whole repo
+ [5 years ago] 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?
+ [5 years ago] 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
+ [5 years ago] ThiefMaster ah, found it i think: https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers

message no. 178634

Posted by ThiefMaster in #github at 2020-03-26T21:38:50Z

ah, found it i think: https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers
+ [5 years ago] 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 ?
+ [5 years ago] paul424 I have commit de96c27b2d, how do I create the reverse of it AND apply to another branch ?
+ [5 years ago] paul424 problem is it was squashed and merged to another branch ....
+ [5 years ago] 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?
+ [5 years ago] 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?