diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index de77b9b..5e149f1 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -22,7 +22,7 @@ jobs: - id: copyright-action uses: cicsdev/.github/.github/actions/samples-copyright-checker@4134522d8109169bb8c460db841f94167ec2802f with: - directory: './cics-java-liberty-springboot-jcics/' + directory: './cics-java-liberty-springboot-jcics-app/' file-extensions: '*.java' base-copyright: 'Copyright IBM Corp. 2026' token: ${{ secrets.GITHUB_TOKEN }}