Skip to content

Commit 57e6dfe

Browse files
committed
fix
1 parent 68d1dd4 commit 57e6dfe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/100_render.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: 000_render_notes.yaml
1+
name: 100_render_notes.yaml
22

3-
run-name: 000_run_name is render
3+
run-name: 100_run_name is render
44

55
on:
66
[workflow_dispatch]
77
inputs:
88
selected_filename:
9-
description: 'Enter the name of the file.'
9+
description: 'Enter the name of the file.'
1010
required: true
1111
type: choice
12-
options:
12+
options:
1313
- tech_notes/001_grep_regex_P_examples.qmd
1414
- tech_notes/002_grep_examples.qmd
1515
- tech_notes/250_quarto_knitr_SCSS_NOTES.qmd

.github/workflows/103_render_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
inputs:
1010
selected_filename:
11-
description: 'Enter the name of the file.'
11+
description: 'Enter the name of the file.'
1212
required: true
1313
type: choice
1414
options:

0 commit comments

Comments
 (0)