Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circleci migration 5 #1250

Merged
merged 7 commits into from
Jan 15, 2025
Prev Previous commit
Fix parameter name for commit message in CircleCI config
  • Loading branch information
raffaele-oplabs committed Jan 14, 2025
commit 8b180d63f0ba068a0ea19f330e254894e88dc9ff
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@ jobs:

- utils/get-github-access-token
- utils/github-commit-and-push-changes:
commit-message: "<< parameters.commit_message >>"
commit-message: "<< parameters.commit-message >>"
skip-ci: true
folder: "op-analytics"

Loading