Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update application name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 12, 2024
1 parent 7d6cc78 commit de5a46d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "ds-etna-search"
name = "ds-search-api"
version = "0.1.0"
description = ""
authors = ["Andrew Hosgood <[email protected]>"]
Expand Down

0 comments on commit de5a46d

Please sign in to comment.