From 8909b3c4de4a8059842e4fb8392ebea5a485369f Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Mon, 2 Mar 2026 13:35:57 -0800 Subject: [PATCH] Rename action to 'Run an Oz cloud agent' GitHub ha some [policies](https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace#prerequisites) around what valid action names can be. Tweaking ours to meet the policies. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f495f2c..2dfa914 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Oz Agent +name: Run an Oz cloud agent description: Run the Oz agent in a GitHub workflow author: Warp Team