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
commit e41778d373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
```cue
package hello
package main
import (
"dagger.io/dagger"