From 5f74c696ed4d558eb4bd2946fcac62f4231f8a4d Mon Sep 17 00:00:00 2001 From: Stephen Levine Date: Thu, 7 Mar 2024 12:09:14 -0500 Subject: [PATCH] Fix tbot args in documentation --- docs/pages/machine-id/deployment/github-actions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/machine-id/deployment/github-actions.mdx b/docs/pages/machine-id/deployment/github-actions.mdx index a19e2d38ce387..5095d019d9b46 100644 --- a/docs/pages/machine-id/deployment/github-actions.mdx +++ b/docs/pages/machine-id/deployment/github-actions.mdx @@ -412,7 +412,7 @@ jobs: # usage telemetry. This helps us shape the future development of # tbot. You can disable this by omitting this. TELEPORT_ANONYMOUS_TELEMETRY: 1 - run: tbot -c ./tbot.yaml + run: tbot start -c ./tbot.yaml --oneshot ``` Add, commit, and push these two files to the repository. Check the GitHub