Skip to content

Commit c6173cd

Browse files
committed
test
1 parent a1e39cc commit c6173cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/java.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
for file in $(find . -type f -name "$ext" ! -path "cics-java-liberty-link-app/*"); do
2424
echo "Processing file: $file"
2525
LAST_MODIFIED_YEAR=$(date -r "$file" +"%Y")
26+
echo "$LAST_MODIFIED_YEAR"
2627
2728
if ! grep -q "Copyright" "$file"; then
2829
echo -e "/**\n * $BASE_COPYRIGHT\n */\n$(cat "$file")" > "$file"

0 commit comments

Comments
 (0)