We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb6df0 commit ea5a5beCopy full SHA for ea5a5be
.github/workflows/license-header.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
22
23
- name: Add license headers
24
- run: addlicense -v -c "Qubership" -l apache -ignore ./.github/** -ignore ./* .
+ run: addlicense -v -c "Qubership" -l apache -ignore .github/** -ignore ./* .
25
26
- name: Create Pull Request
27
uses: peter-evans/create-pull-request@v7.0.8
0 commit comments