Skip to content

Commit cfda1cb

Browse files
committed
test
1 parent fa4ca89 commit cfda1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BASE_COPYRIGHT: "Copyright IBM Corp. 2016"
2121
run: |
2222
for ext in "$EXTENSIONS"; do
23-
for file in $(find . -type f -name "$ext" ! -path "cics-java-liberty-link-app/*"); do
23+
for file in $(find . -type f -name "$ext" -path "./cics-java-liberty-link-app/*"); do
2424
echo "Processing file: $file"
2525
2626
LAST_MODIFIED_YEAR=$(git log --follow -1 --format="%ad" --date=format:"%Y" -- "$file")

0 commit comments

Comments
 (0)