Skip to content

Commit e6d0309

Browse files
committed
Merge branch 'edvilme-actions-lockdown' of https://github.com/edvilme/sdk into edvilme-actions-lockdown
2 parents 98db657 + cd4bd10 commit e6d0309

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)