Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiborjosue authored Sep 13, 2023
1 parent ca70cdb commit 70fb099
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Branch_Setup_TM
This is a composite action for branch and action setup used in Trained-Models repo
# Branch Setup and Issue Parser

This is a composite action used in the workflow of updating a model. This process is evident in Nobrainer's Trained-Models repository action course.

In addition, this composite action is used to compress the amount of code in a single workflow, and avoid duplication with the first workflow in Trained-models: Add a new model.

In summary, this action will:

Create a new branch for the issue linked.
Parse the issue form's information/text fields.
Save the parsed information to output variables to be used within the context of the calling workflow.

0 comments on commit 70fb099

Please sign in to comment.