Skip to content

Commit 948f650

Browse files
ChristopherHXdelvh
andauthored
Update services/actions/run.go
Co-authored-by: delvh <[email protected]> Signed-off-by: ChristopherHX <[email protected]>
1 parent 0aec839 commit 948f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"gopkg.in/yaml.v3"
1818
)
1919

20-
// PrepareRun prepares a run before inserting it into the database
20+
// PrepareRun prepares a run and inserts it into the database
2121
// It parses the workflow content, evaluates concurrency if needed, and inserts the run and its jobs into the database.
2222
// The title will be cut off at 255 characters if it's longer than 255 characters.
2323
func PrepareRun(ctx context.Context, content []byte, run *actions_model.ActionRun, inputsWithDefaults map[string]any) error {

0 commit comments

Comments
 (0)