We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd94b4 commit 1a5f8e2Copy full SHA for 1a5f8e2
.gitconfig.example .gitconfig.gitconfig.example renamed to .gitconfig
.github/workflows/update-readme.yml .github/workflows/code-embedder.yml.github/workflows/update-readme.yml renamed to .github/workflows/code-embedder.yml
@@ -3,11 +3,11 @@ name: Update README with Config Files
3
on:
4
push:
5
paths:
6
- - 'README.md'
7
- - '.gitconfig.example'
+ - '.gitconfig'
8
- '.gitconfig-github'
9
- '.gitconfig-gitlab'
10
- - '.github/workflows/update-readme.yml'
+ - 'README.md'
+ - '.github/workflows/code-embedder.yml'
11
12
jobs:
13
code-embedder:
README.md
@@ -24,7 +24,7 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
24
25
### `.gitconfig`
26
27
-```ini:.gitconfig.example
+```ini:.gitconfig
28
# ====================================================================
29
# Global Git Configuration
30
#
0 commit comments