We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8132868 commit 6ef55baCopy full SHA for 6ef55ba
.github/workflows/codemeta2cff.yml
@@ -16,11 +16,12 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Convert CFF
21
uses: caltechlibrary/codemeta2cff@main
22
- - name: Commit CFF
23
- uses: EndBug/add-and-commit@v9
+ - name: Commit and Push Changes
+ id: commit-and-push
24
+ uses: stefanzweifel/git-auto-commit-action@v5
25
with:
- message: 'Add CITATION.cff for release'
26
- add: 'CITATION.cff'
+ commit_message: 'Add CITATION.cff for release'
27
+ file_pattern: 'CITATION.cff'
0 commit comments