Dave Tapley
Dave Tapley
I can't vouch for the code, but I just used this and it worked 👌🏻 https://github.com/aliencube/microsoft-teams-actions E.g: ```yml - name: Send a message to Teams on failure if: ${{ failure()...
I'm sure it could be made prettier 🙈
Hi @basvandijk and @purcell, I should have some more time to work on my project which is using `haskell-opencv`. I see there hasn't been too much activity on the repo...
Found root cause in https://github.com/actions/toolkit/commit/4a89cf72de68713d3a465254e90537d8ea5b421e `new github.GitHub(githubToken);` is now `github.getOctokit(githubToken);`
@dobsonjon once bulk retry is implemented I think you could solve for those use cases with the existing [`$.flow.rerun`](https://pipedream.com/docs/code/nodejs/rerun/#flow-rerun) feature, by editing the failing workflow to add the required `$.flow.rerun`...
Commit and code linked below makes me _presume_ this is working as intended, and has been this way since v3.0.1. Which, okay, but there's no mention of it in the...
@rentziass still seeing this: ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout, actions/upload-artifact, actions/checkout, actions/checkout ```...
Can we get a re-open on this? Per @sabotagebeats' [comment](https://github.com/pyenv/pyenv-installer/issues/112#issuecomment-971964711) you can get `pyenv` to work by manually appending to `~/.bashrc`, but: a. That is **not** mentioned in [the docs](https://github.com/pyenv/pyenv-installer#installation--update--uninstallation)...
Same here, trying to install Powershell per [these docs](https://docs.microsoft.com/en-us/windows/package-manager/winget/#use-winget). ``` winget search Microsoft.PowerShell Failed in attempting to update the source: winget Failed when searching source; results will not be included:...
I forgot to mention in the video: There is a workaround: The `skip` option can be used to prevent the subscription being started until `isMounted` has been set to true,...