Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g-nardiello committed Mar 14, 2024
1 parent 2df7830 commit fd787f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

github_commit_branch_tpl = os.getenv("GH_COMMIT_BRANCH_TEMPLATE", "%timestamp%_%vocabulary_name%")
github_commit_message_tpl = os.getenv("GH_COMMIT_MESSAGE_TEMPLATE", "Commit into %vocabulary_name% vocabulary")
github_pr_title_tpl = os.getenv("GH_PULL_REQUEST_TITLE_TEMPLATE", "Release: date% - %vocabulary_name%")
github_pr_title_tpl = os.getenv("GH_PULL_REQUEST_TITLE_TEMPLATE", "Release: %date% - %vocabulary_name%")
github_pr_desc_tpl = os.getenv("GH_PULL_REQUEST_DESCRIPTION_TEMPLATE", "Description of the release")

# CONFIGURE THE APPLICATION
Expand Down

0 comments on commit fd787f2

Please sign in to comment.