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 a1e39cc commit c6173cdCopy full SHA for c6173cd
.github/workflows/java.yaml
@@ -23,6 +23,7 @@ jobs:
23
for file in $(find . -type f -name "$ext" ! -path "cics-java-liberty-link-app/*"); do
24
echo "Processing file: $file"
25
LAST_MODIFIED_YEAR=$(date -r "$file" +"%Y")
26
+ echo "$LAST_MODIFIED_YEAR"
27
28
if ! grep -q "Copyright" "$file"; then
29
echo -e "/**\n * $BASE_COPYRIGHT\n */\n$(cat "$file")" > "$file"
0 commit comments