Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass in named params #8

Merged
merged 7 commits into from
Mar 29, 2024
Merged

Pass in named params #8

merged 7 commits into from
Mar 29, 2024

Conversation

ashishkeshan
Copy link

@ashishkeshan ashishkeshan commented Mar 29, 2024

The most important change is:

  • action.yml: Modified the args: section under runs: to include the variable names timeout, max-score, and setup-command along with their values. This provides more clarity on the purpose of each argument.

Also added some param parsing logic in run.sh so the file can determine which param corresponds to which since max-score and setup-command are not required.

Rendered README.md

@ashishkeshan ashishkeshan requested a review from a team as a code owner March 29, 2024 17:16
@ashishkeshan ashishkeshan changed the title Try passing in params Pass in named params Mar 29, 2024
@ashishkeshan ashishkeshan merged commit 0f3d367 into main Mar 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants