Skip to content

Commit 1a5f8e2

Browse files
author
Anton Staroverov
committed
minor naming refactor
1 parent dbd94b4 commit 1a5f8e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Update README with Config Files
33
on:
44
push:
55
paths:
6-
- 'README.md'
7-
- '.gitconfig.example'
6+
- '.gitconfig'
87
- '.gitconfig-github'
98
- '.gitconfig-gitlab'
10-
- '.github/workflows/update-readme.yml'
9+
- 'README.md'
10+
- '.github/workflows/code-embedder.yml'
1111

1212
jobs:
1313
code-embedder:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
2424

2525
### `.gitconfig`
2626

27-
```ini:.gitconfig.example
27+
```ini:.gitconfig
2828
# ====================================================================
2929
# Global Git Configuration
3030
#

0 commit comments

Comments
 (0)