Skip to content

Commit

Permalink
Update clickhouse-cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored Oct 11, 2024
1 parent 246181a commit 52fbd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clickhouse-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "${{ env.CI_COMMIT_AUTHOR }}@users.noreply.github.com"
git add -A
git add results/*.json
if git status | grep -q modified
then
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
Expand Down

0 comments on commit 52fbd6f

Please sign in to comment.