diff --git a/.github/workflows/copyright_notice.yml b/.github/workflows/copyright_notice.yml index ac5e7c5..f48f092 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -21,4 +21,4 @@ jobs: git add . git commit -m "Add copyright notice" - name: Push changes - run: git push \ No newline at end of file + run: git push origin HEAD:${GITHUB_REF##*/} \ No newline at end of file