From 2c85179c8126729ad61f70db2be06df78469a255 Mon Sep 17 00:00:00 2001 From: Matthias Boenig Date: Wed, 17 Apr 2024 16:35:25 +0200 Subject: [PATCH] Update keyboardGT.yml --- .github/workflows/keyboardGT.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/keyboardGT.yml b/.github/workflows/keyboardGT.yml index 0254b98..2df7b44 100644 --- a/.github/workflows/keyboardGT.yml +++ b/.github/workflows/keyboardGT.yml @@ -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 @@ -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]"