We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94132cd + d786487 commit e033794Copy full SHA for e033794
.github/workflows/markdown-mimic.yml
@@ -2,7 +2,7 @@ name: Markdown Mimic - grokdesigns
2
on:
3
push:
4
branches:
5
- - main #Branch that will trigger action on new push.
+ - devgrokdesigns #Branch that will trigger action on new push.
6
workflow_dispatch:
7
jobs:
8
Markdown-Mimic:
@@ -15,4 +15,4 @@ jobs:
15
REPOSITORY : 'royalts-catppuccin' #Repository the action is running on.
16
SOURCE : './generated-themes/royalts-interface-urls.md' #File where you put changing content.
17
TARGET : './README.md' #Target file that will have content inserted.
18
- BRANCH: 'main' #Branch containing your files.
+ BRANCH: 'devgrokdesigns' #Branch containing your files.
0 commit comments