From 322783832da3840dab3bfbc159795db7d30af0b3 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 5 Mar 2024 14:40:09 -0800 Subject: [PATCH] Switch commit action --- .github/workflows/codemeta2cff.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codemeta2cff.yml b/.github/workflows/codemeta2cff.yml index 8a3bf65..c80902f 100644 --- a/.github/workflows/codemeta2cff.yml +++ b/.github/workflows/codemeta2cff.yml @@ -19,8 +19,8 @@ jobs: uses: actions/checkout@v3 - name: Convert CFF uses: caltechlibrary/codemeta2cff@main - - name: Commit CFF - uses: EndBug/add-and-commit@v9 + - name: Commit and Push Changes + id: commit-and-push + uses: stefanzweifel/git-auto-commit-action@v5 with: - message: 'Add CITATION.cff for release' - add: 'CITATION.cff' + commit_message: 'Add CITATION.cff for release'