Merge pull request #2222 from ivorscott/update-actions

Avoid multiple packages in examples
This commit is contained in:
Helder Correia
2022-04-18 16:26:18 +00:00
committed by GitHub

View File

@@ -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: Here is an example of a simple action definition:
```cue ```cue
package hello package main
import ( import (
"dagger.io/dagger" "dagger.io/dagger"