docs: add missing import to example AddHello action (#2154)

Signed-off-by: Ilion Beyst <ilion.beyst@gmail.com>
This commit is contained in:
iasoon 2022-04-12 21:54:46 +02:00 committed by GitHub
parent e2c2213a38
commit 9a832b7119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ Here is an example of a simple action definition:
package hello package hello
import ( import (
"dagger.io/dagger"
"dagger.io/dagger/core" "dagger.io/dagger/core"
) )