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

Test pipeline check #411

Closed
wants to merge 3 commits into from
Closed

Test pipeline check #411

wants to merge 3 commits into from

Conversation

invader89
Copy link
Collaborator

@invader89 invader89 commented Feb 17, 2025

This pull request introduces changes to the GitHub Actions workflow for checking Python code snippets in MDX files. The modifications aim to streamline the process of committing and pushing changes, as well as uploading git diffs as patch files in case of failures.

Changes:

  • The Commit and Push Changes step now uses the stefanzweifel/git-auto-commit-action action to automate the commit and push process.
  • The commit message has been updated to 'Regenerate SDKs'.
  • The commit user email and name have been changed to platform-endpoints@cohere.ai and platform-endpoints, respectively.
  • A file pattern, ./*.mdx, has been specified to match the expected changed files.
  • The skip_fetch option has been set to true.
  • A new step, Upload git diff as a patch file, has been added to upload git diffs as patch files in case of failures.

@invader89 invader89 closed this Feb 17, 2025
@invader89 invader89 reopened this Feb 17, 2025
@invader89 invader89 closed this Feb 17, 2025
Copy link

Copy link

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant