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 c0a989b commit 9f2cb77Copy full SHA for 9f2cb77
.github/workflows/iga.yml
@@ -45,6 +45,19 @@ on:
45
description: "Print debug info in the GitHub log:"
46
47
jobs:
48
+ CodeMeta2CFF:
49
+ runs-on: ubuntu-latest
50
+ steps:
51
+ - name: Checkout
52
+ uses: actions/checkout@v2
53
+ - name: Convert CFF
54
+ uses: caltechlibrary/codemeta2cff@main
55
+ - name: Commit CFF
56
+ uses: EndBug/add-and-commit@v7
57
+ with:
58
+ message: 'Add CITATION.cff for release'
59
+ add: 'CITATION.cff'
60
+ branch: 'main'
61
run_iga:
62
name: "Send to ${{needs.get_repository.outputs.server}}"
63
runs-on: ubuntu-latest
0 commit comments