Skip to content

Test git config setting #1

Test git config setting

Test git config setting #1

Workflow file for this run

name: Test git config
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: master
- working-directory: master
run: git config remote.origin.fetch
- uses: actions/checkout@v3
with:
path: aggregate
ref: aggregate
- working-directory: aggregate
run: git config remote.origin.fetch