Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new feature to fetch task definition using task definition …
…arn or name(#311) Co-authored-by: Filipe Macedo (@filipemacedo) Co-authored-by: Fábio BC Souza (@fabiobarboza7) * "Updated action to support task definition ARN, family, and revision inputs, and refactored code to handle new inputs and error cases." * updated index.js dist file * updated package.json file and lock.json * updated dist file with installed sdk package * updated code with first round of comments * modified code with suggested comments and tests * modified code for testing cases * new changes from suggested comments * chnages made from comments and spacing fixing * removing . promise from describeTaskDef call * removing . promise and then from describeTaskDef call * updated describe tasl def api call * fixed api call * fixed api call and removing data * fixed api and moved call * fixed spacing and indentation: final edits * fixed spacing for task definition revision * fixed spacing and descriptions * polishing code with suggested comments * adding small changes for new input default values * fixing spacing * fixing indentation for task definition file conditional block * fixing indentation for one space * changes after suggested comments for description and organization
- Loading branch information