use new dagger task name

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2021-12-20 12:38:09 -07:00
parent c826794643
commit a21bc46d67

View File

@ -72,7 +72,7 @@ _#inputSecret: {
envvar: string
} | {
// Get secret by executing a command ON THE CLIENT MACHINE
_type: "SecretExec"
$dagger: task: _name: "SecretExec"
command: {
name: string
args: [...string]