Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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