We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d714f4 commit 962b635Copy full SHA for 962b635
1 file changed
.github/workflows/create-future-branch.yml
@@ -3,6 +3,7 @@ on:
3
inputs:
4
init:
5
type: string
6
+ required: false
7
default: |
8
import os
9
import re
@@ -32,7 +33,6 @@ on:
32
33
34
with open(preamble_filename, 'w') as fp:
35
fp.write(preamble)
- required: true
36
semester:
37
description: Either `ws` for winter semester or `ss` for summer semester.
38
@@ -41,6 +41,7 @@ on:
41
description: The color of the semester label.
42
43
default: FFFFFF
44
45
46
jobs:
47
create_future_branch:
0 commit comments