We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d1dd4 commit 57e6dfeCopy full SHA for 57e6dfe
2 files changed
.github/workflows/100_render.yml
@@ -1,15 +1,15 @@
1
-name: 000_render_notes.yaml
+name: 100_render_notes.yaml
2
3
-run-name: 000_run_name is render
+run-name: 100_run_name is render
4
5
on:
6
[workflow_dispatch]
7
inputs:
8
selected_filename:
9
- description: 'Enter the name of the file.'
+ description: 'Enter the name of the file.'
10
required: true
11
type: choice
12
- options:
+ options:
13
- tech_notes/001_grep_regex_P_examples.qmd
14
- tech_notes/002_grep_examples.qmd
15
- tech_notes/250_quarto_knitr_SCSS_NOTES.qmd
.github/workflows/103_render_jobs.yml
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
options:
0 commit comments