diff --git a/.github/workflows/copyright_notice.yml b/.github/workflows/copyright_notice.yml index 8513b0f..ddc45b8 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -13,8 +13,8 @@ jobs: ref: ${{ github.head_ref }} - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: - CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n' - FileType: '.rb, .erb, .jsx, .tsx' + CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n' + FileType: '.rb' Path: 'app/, config/, db/' IgnorePath: 'testfolder1/a/, testfolder3' - name: Commit changes