docs: avoid multiple packages in examples
Signed-off-by: Ivor Scott <ivor@devpie.io>
This commit is contained in:
parent
521a414e60
commit
6f69ea49b9
@ -41,7 +41,7 @@ A new action is _defined_ in a declarative template called a [CUE definition](ht
|
||||
Here is an example of a simple action definition:
|
||||
|
||||
```cue
|
||||
package hello
|
||||
package main
|
||||
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
|
Reference in New Issue
Block a user