From 7406d8cb40c8527019439e1f9b6c94cec7fe5458 Mon Sep 17 00:00:00 2001 From: gdulafactset <156331405+gdulafactset@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:40:30 +0100 Subject: [PATCH] chore: try fixing the tabbing --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 568f7de..6a7a1b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,9 +74,9 @@ jobs: # Modify meta.yaml to include description and dev_url sed -i "/about:/a \\ - dev_url: \"https://github.com/factset/enterprise-sdk-utils-python\"\\ - description: \"This repository contains a collection of utilities that supports FactSet's SDK in Python and facilitate usage of FactSet APIs.\" - " "fds.sdk.utils/meta.yaml" + dev_url: \"https://github.com/factset/enterprise-sdk-utils-python\"\\ + description: \"This repository contains a collection of utilities that supports FactSet's SDK in Python and facilitate usage of FactSet APIs.\" + " "fds.sdk.utils/meta.yaml" cat fds.sdk.utils/meta.yaml