Alex Miller
Alex Miller
I've reworked a tonne of these particular pieces of logic and added extensive testing for them all in V2 which is due to release soon
If you find this is still an issue please let me know and I'll re-open this
Ah damn, sorry you're having trouble, let's work it out 🚀 For `aws_cdk_deploy.yml` is there a step like: ``` steps: - name: echo distinct ID ${{ github.event.inputs.distinct_id }} run: echo...
Awesome, glad it's working, no problem at all :) Let me know if you run into any more trouble, closing for now
FYI this still works for v3, example: ```ts import { createReactPlayer } from 'react-player/ReactPlayer'; import { canPlay } from 'react-player/patterns'; import HtmlPlayer from 'react-player/HtmlPlayer'; const fallbackPlayer = { key: 'html',...
Having issues that this PR would resolve too, created [this](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/pull/200) to try get things moving again
https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/pull/200
Apologies, somehow missed this issue. This is more an advisory than anything and can be ignored, maybe it should be an info log 🤔
@YeshuGarg1 please open a new issue describing your problem
Hmmm I've only seen this occur when the token isn't permitted enough to perform this call This is the API used for fetching runs: https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository If you perform the same...