Skip to content

Commit a445559

Browse files
authored
default to main (#4)
1 parent eecde02 commit a445559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
inputs:
66
commit_sha:
77
description: 'Commit SHA to tag as latest (must have successful edge build)'
8-
required: true
8+
required: false
99
type: string
10+
default: 'main'
1011

1112
concurrency:
1213
group: latest-release

0 commit comments

Comments
 (0)