Merge pull request #1271 from jlongtine/cleanup-main

use new dagger task name for SecretExec
This commit is contained in:
Joel Longtine 2021-12-20 12:54:46 -07:00 committed by GitHub
commit 1508f4cb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]