Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srz-zumix/workspace-git-config-action
Provides a gitconfig that is valid only under the specified path
https://github.com/srz-zumix/workspace-git-config-action
actions github-actions
Last synced: about 2 months ago
JSON representation
Provides a gitconfig that is valid only under the specified path
- Host: GitHub
- URL: https://github.com/srz-zumix/workspace-git-config-action
- Owner: srz-zumix
- License: mit
- Created: 2024-03-07T15:59:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:17:00.000Z (9 months ago)
- Last Synced: 2024-05-01T20:58:15.417Z (9 months ago)
- Topics: actions, github-actions
- Language: TypeScript
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# workspace-git-config-action
Provides a gitconfig that is valid only under the specified path
## Usage
See [action.yml](./action.yml)
## Example
- GITHUB_WORKSPACE
- target1
- repo1
- repo2
- target2
- repo1
- repo2```yaml
- name: Workspace
id: test-action
uses: srz-zumix/workspace-git-config-action@v1
with:
workspace: |
target1/repo1
target2
configs: |
[user]
name = hoge
```target1/repo1 and target2/repo1,target2/repo2 user.name is hoge