We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4ca89 commit cfda1cbCopy full SHA for cfda1cb
.github/workflows/java.yaml
@@ -20,7 +20,7 @@ jobs:
20
BASE_COPYRIGHT: "Copyright IBM Corp. 2016"
21
run: |
22
for ext in "$EXTENSIONS"; do
23
- for file in $(find . -type f -name "$ext" ! -path "cics-java-liberty-link-app/*"); do
+ for file in $(find . -type f -name "$ext" -path "./cics-java-liberty-link-app/*"); do
24
echo "Processing file: $file"
25
26
LAST_MODIFIED_YEAR=$(git log --follow -1 --format="%ad" --date=format:"%Y" -- "$file")
0 commit comments