Skip to content

Commit c2b7b7a

Browse files
authored
Merge pull request #15 from pstern-sl/patch-2
Correcting branch name in workflow action
2 parents 8fcbfa6 + 56ef407 commit c2b7b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-to-stainless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload OpenAPI Spec to Stainless
22
on:
33
push:
44
branches:
5-
- [main]
5+
- main
66

77
jobs:
88
stainless:

0 commit comments

Comments
 (0)