Skip to content

Commit

Permalink
Update keyboardGT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Apr 17, 2024
1 parent fdae416 commit 2c85179
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/keyboardGT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
-s:scripts/metadata.xsl -o:rawCITATION.cff
shell: bash

- name: formating CITATION.cff
id: lookupSdkVersion2
uses: mikefarah/yq@master
with:
- name: formating CITATION.cff
id: lookupSdkVersion2
uses: mikefarah/yq@master
with:
cmd: |
yq -I4 rawCITATION.cff > CITATION.cff
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
asset_name: keyboardGT-v${{ github.run_number }}.zip
asset_content_type: application/zip

- name: Commit CITATION.cff
- name: Commit CITATION.cff
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit 2c85179

Please sign in to comment.