Skip to content

Commit

Permalink
Switch commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Mar 5, 2024
1 parent a946809 commit 3227838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codemeta2cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3227838

Please sign in to comment.