Skip to content

Commit cd4bd10

Browse files
edvilmeForgind
andauthored
Fix typo
Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
1 parent ff9320a commit cd4bd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-lockdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
lockdown:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Retun error if branch is in lockdown
12+
- name: Return error if branch is in lockdown
1313
run: echo "Branch is in lockdown. Please contact the branch owner to get it unlocked." && exit 1
1414
if: ${{ contains(github.event.pull_request.labels.*.name, 'Branch Lockdown') }}

0 commit comments

Comments
 (0)