Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Merge latest from upstream #1

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Conversation

JasonSznol
Copy link

No description provided.

axelniklasson and others added 21 commits May 23, 2023 10:09
This PR sets the required property on the `name` parameter to false in
the `action.yml`

I have the VSCode [Github Actions
Extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions)
installed, it shows that I need to add the parameter 'name' but this is
not true.

<img width="612" alt="image"
src="https://github.com/mobile-dev-inc/action-maestro-cloud/assets/877327/14f76b09-47a1-4bee-bd72-b3e08d5b54c2">

From checking the
[params.ts](https://github.com/mobile-dev-inc/action-maestro-cloud/blob/main/params.ts#LL103C1-L103C1)
file I think we can set required to false in the `action.yml`.
igorsmotto and others added 22 commits November 15, 2023 13:27
Adds timeout argument
And add another useful link.
The Maestro GH action returns variables that contain information about
the results of the run which can be very useful in CI. These variables
are noted in the README, but little information is given as to what
those variables will actually contain. This means devs need to run fake
CI runs, which take time and money, to see the type of output they're
going to get.

This PR simply clarifies what type the output variables will be, for
those types which are not simply strings, hopefully saving devs time in
debugging GH Actions workflows.
* Lots more Robin, with a few Maestro Cloud caveats
* Added a canonical list of inputs at the top
* Fixed some formatting that the linter was complaining about
Whilst DNS doesn't resolve the new name, revert the API endpoint change
from #45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.