Nick Tan
Nick Tan
@juherr, you can remove or rename it as long as keep the assertion message patterns, so that won't break eclipse plugin.
The plugin update site is hosted on GitHub and it’s free. The above issue is relate to ssl, I didn’t have a chance to look into the details, but seems...
now that Kubernetes announced that deprecate docker in 1.20 and remove in 1.22, we're looking for the solution of running github actions with DinD in k8s cluster.
Yes, the payload does contain field “runnerLabel”
nope, i tried the above, got error: > Error when evaluating 'runs-on' for job 'deploy'. (Line: 8, Col: 30): Unexpected value '' my workflow looks like ``` name: CD on:...
yes, the field is in the payload:  ``` on: ['deployment'] jobs: deploy: name: Deploy runs-on: [linux, "${{ github.event.deployment.task }}"] steps: - name: dump deployment payload run: | echo ${{toJSON(github.event.deployment.payload)}}...
@TingluoHuang , as mentioned, i used the expression at `runs-on` field ```yaml name: CD on: ['deployment'] jobs: deploy: name: Deploy runs-on: [Linux, "${{github.event.deployment.payload.runnerLabel}}"] ```  the above debugging tip won't...
BTW, as you know `github.event.deployment.payload` can be any string, Ex. plain text, json, yaml, etc. in my case, i use json for structural payload data, so you can tell the...
* ES7 source code https://github.com/Netflix/conductor-community/tree/main/index * ES7 artifact in central maven repo https://central.sonatype.com/artifact/com.netflix.conductor/conductor-es7-persistence/3.13.5 I'm 2nd to @bjpirt , +1 to get ES7 as default, as ES6 has been out of...
I have the same issue, is there dev plan to support `type`?