Alex Miller

Results 107 comments of Alex Miller

I've tested this via the Angular demo provided in this project, by bumping the versions to the latest version of NativeScript & NativeScript-Angular. The compilation succeeds, all of the tests...

Yeah that sounds reasonable, a PR would be great :)

@sayaliM0412 since you reacted, you might be interested to know this has now been implemented

Apologies, I missed this issue being raised Yes typically this would indicate that the run fails to start, do you find that the run is starting and this action is...

Hmmm I wonder if the rework i'm doing for v2 will help. In the interim, can you please post the full log with debug logging enabled? You can enable this...

Happy to re-open this should there still be any issues, let me know :)

How long is it between the job starting and the action dispatching? do you use custom runners or gh runners?

Weird, does the output for return-dispatch to catch happen before anything else?

Ah sorry, didn't explain myself very well, does this step happen before any other steps? ``` - name: echo distinct ID ${{ github.event.inputs.distinct_id }} run: echo ${{ github.event.inputs.distinct_id }} ```