From 9fe306004ba2a0b088f39aa15b07fce42c46683c Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 27 Oct 2024 22:02:14 +0100 Subject: [PATCH] Fix extension --- .github/workflows/copyright_notice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copyright_notice.yml b/.github/workflows/copyright_notice.yml index 4a9f45b..43fd020 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\n' - FileType: '.rb' + CopyrightString: '/* Copyright (C) 2024 Manuel Bustillo*/\n\n' + FileType: '.tsx, .jsx' Path: 'app/, config/, db/' IgnorePath: 'testfolder1/a/, testfolder3' - name: Commit changes