Compare commits

...

3 Commits

Author SHA1 Message Date
610269a142 Merge pull request 'Actions Runner test' (#1) from runner_test into master
All checks were successful
Check / tests (push) Successful in 8m49s
Reviewed-on: #1
2024-10-23 23:05:17 +02:00
886feef65a fix task::Trash descr again
All checks were successful
Check / tests (push) Successful in 8m48s
Check / tests (pull_request) Successful in 9m3s
2024-10-23 22:42:41 +02:00
e9bd8610fe fix task::Trash description
All checks were successful
Check / tests (push) Successful in 8m57s
Check / tests (pull_request) Successful in 8m55s
2024-10-23 22:19:30 +02:00

View File

@@ -64,7 +64,7 @@ func GetDefaultTasks() []Task {
},
{
Name: "Trash",
Description: `(empty the trash and take care the boxes are not super duper disgusting)`,
Description: `(empty the trash and take care the boxes are not ultra disgusting)`,
IsOptional: false,
},
{