TiloGit

Results 42 comments of TiloGit

same. do we need to adept our JSON to overwrite or do it different?

@uridium you can use old version like this: ` uses: skitionek/notify-microsoft-teams@77cc88b484449e2318245a54c115c5dca0eae4ef`

had this today. Got lucky just reboot of Windows fixed it. (Microsoft Windows NT 10.0.22621.0)

got me today as well. needed to add these `false` for ```yaml ingress: allowInsecure: false external: false exposedPort: 12434 targetPort: 12434 transport: Tcp ```

same questions. any update on the feature?

tested today and with the changes ``` replace('jwt=None', 'jwt') replace('self.jwt = None', ' ') ``` and use jwt token worked. here my main.py for the AWS Lambda function (username,pw and...

@idrm seems like this app need to allow Team to access GH and other way around. Like the long URL webhook simple way. anyhow looks like we got more runway...

see here maybe: https://github.com/kubernetes-sigs/controller-runtime/issues/2242

Hi, @jmontleon I think your question might be better suited for: [buildah-build](https://github.com/redhat-actions/buildah-build) here example to build: https://github.com/redhat-actions/buildah-build/blob/main/.github/workflows/multiarch.yml Also my understanding is that the installed 'qemu-user-static' would depend on the action...