From 9a979e128cb079bff7f246c2391a40412a87064d Mon Sep 17 00:00:00 2001 From: Thomas Frost Date: Fri, 19 Jul 2024 10:26:01 -0700 Subject: [PATCH] fix(github-actions): fixed extra characters --- .github/workflows/develop.deploy-functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index cc18604d6..a3f396432 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -1,4 +1,4 @@ -op.name: '[Develop] Deploy Functions' +name: '[Develop] Deploy Functions' on: push: