Skip to content

Commit ea5a5be

Browse files
authored
Update license-header.yml
1 parent 3bb6df0 commit ea5a5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2222
2323
- name: Add license headers
24-
run: addlicense -v -c "Qubership" -l apache -ignore ./.github/** -ignore ./* .
24+
run: addlicense -v -c "Qubership" -l apache -ignore .github/** -ignore ./* .
2525

2626
- name: Create Pull Request
2727
uses: peter-evans/create-pull-request@v7.0.8

0 commit comments

Comments
 (0)