You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ inputs:
79
79
required: false
80
80
default: false
81
81
description: "If true image and DAGs will deploy"
82
+
build-secrets:
83
+
required: false
84
+
description: "Mimics docker build --secret flag. See https://docs.docker.com/build/building/secrets/ for more information. Example input 'id=mysecret,src=secrets.txt'"
82
85
outputs:
83
86
preview-id:
84
87
description: "The ID of the created deployment preview. Only works when action=create-deployment-preview"
0 commit comments