We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecde02 commit a445559Copy full SHA for a445559
.github/workflows/latest.yml
@@ -5,8 +5,9 @@ on:
5
inputs:
6
commit_sha:
7
description: 'Commit SHA to tag as latest (must have successful edge build)'
8
- required: true
+ required: false
9
type: string
10
+ default: 'main'
11
12
concurrency:
13
group: latest-release
0 commit comments