-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca70cdb
commit 70fb099
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |