Skip to content

Commit b2b1d40

Browse files
author
Herb McNew
authored
Merge pull request #11 from hjmcnew/combine-prs-typo
Fix version typo in combine-prs.yml
2 parents 8525eed + 8e4aa86 commit b2b1d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/combine-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- name: combine-prs
1818
id: combine-prs
19-
uses: github/[email protected].1 # where X.X.X is the latest version
19+
uses: github/[email protected].0 # where X.X.X is the latest version
2020
with:
2121
labels: combined-pr # Optional: add a label to the combined PR

0 commit comments

Comments
 (0)