-
Notifications
You must be signed in to change notification settings - Fork 69
fix(git-clone): Update README.md #448
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
base: main
Are you sure you want to change the base?
Conversation
Changes `coder_git_auth` to `coder_external_auth`
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
1 similar comment
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
@jatcod3r can you run the version bump script on this and then we can merge and release? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the git-clone module documentation to correct a reference from coder_git_auth
to coder_external_auth
and bumps the version from 1.1.1 to 1.1.2 across all examples.
- Corrects deprecated data source reference in Git Authentication example
- Updates module version from 1.1.1 to 1.1.2 in all code examples
Changes
coder_git_auth
tocoder_external_auth
in READMEDescription
Type of Change
Module Information
Path:
registry/coder/modules/git-clone
New version:
v1.1.2
Breaking change: [ ] Yes [X] No
Testing & Validation
bun test
)bun run fmt
)Related Issues