From de5a46d0d8c96fd03d6863a0d98a7ff72ba82c4b Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 12 Aug 2024 17:32:58 +0100 Subject: [PATCH] Update application name --- .github/workflows/cd.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2972018..f467e5d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,7 @@ jobs: token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} - name: Set up git config run: | - git config user.name "ds-etna-search-api" + git config user.name "ds-search-api" git config user.email "<>" - name: Install jq run: sudo apt-get install jq @@ -75,7 +75,7 @@ jobs: token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} - name: Set up git config run: | - git config user.name "ds-etna-search-api" + git config user.name "ds-search-api" git config user.email "<>" - name: Install yq uses: dcarbone/install-yq-action@v1.1.1 diff --git a/pyproject.toml b/pyproject.toml index 62f0c4d..e704d2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "ds-etna-search" +name = "ds-search-api" version = "0.1.0" description = "" authors = ["Andrew Hosgood "]