Skip to content

Commit 962b635

Browse files
authored
Update .github/workflows/create-future-branch.yml
1 parent 1d714f4 commit 962b635

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-future-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
inputs:
44
init:
55
type: string
6+
required: false
67
default: |
78
import os
89
import re
@@ -32,7 +33,6 @@ on:
3233
3334
with open(preamble_filename, 'w') as fp:
3435
fp.write(preamble)
35-
required: true
3636
semester:
3737
description: Either `ws` for winter semester or `ss` for summer semester.
3838
type: string
@@ -41,6 +41,7 @@ on:
4141
description: The color of the semester label.
4242
type: string
4343
default: FFFFFF
44+
required: false
4445

4546
jobs:
4647
create_future_branch:

0 commit comments

Comments
 (0)