Skip to content

Commit

Permalink
chore: Update git message in version-update action
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin.kozlov committed Jul 9, 2024
1 parent 240ba28 commit fb53490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
export VERSION=$(cat VERSION |tr -d "\n\r")
echo "Found ${VERSION} version"
sed -i "s/\"__ai4_template\":.*/\"__ai4_template\": \"ai4-template\/${VERSION}\",/I" cookiecutter.json
git commit -a -m "chore: Update cookiecutter.json with ai4-template/${VERSION}"
git commit -a -m "chore: (actions) Update cookiecutter.json with ai4-template/${VERSION}"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

"__repo_name": "{{ ' '.join(cookiecutter.project_name.split()).lower().replace(' ', '-') }}",
"__app_name": "{{ cookiecutter.__repo_name.replace('-','_') }}",
"__ai4_template": "ai4-template/2.1.1",
"__ai4_template": "ai4-template/2.1.0",

"__prompts__": {
"git_base_url": "git_base_url - Remote URL to host your new repositories (git), e.g.\n https://github.com/ai4os-hub (i.e. at github)",
Expand Down

0 comments on commit fb53490

Please sign in to comment.