Skip to content

Commit

Permalink
Test git config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Jul 23, 2023
1 parent d741d17 commit 6811eb8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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

0 comments on commit 6811eb8

Please sign in to comment.