From 37fa316c78057348a78413eee8f20b92f659938a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Sun, 26 May 2024 09:51:31 +0200 Subject: [PATCH] Fix workflow (#3634) Summary of the issue In #3294 , a workflow contains a non indentent body. This bug has been reported by @josephsl and @mltony. See issue #3633. @josephsl has detected the exact bug. Yo u may want to review this @josephsl. Test nvdaes/addon-datastore/actions/runs/9237486054 Note: I've exceeded my VirusTotal API key limit today, trying to analyze all add-ons of the store, but the workflow syntax should be fixed. --- .github/workflows/checkAndSubmitAddonMetadata.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkAndSubmitAddonMetadata.yml b/.github/workflows/checkAndSubmitAddonMetadata.yml index 5bba92e0ac7..c9f07e2c7da 100644 --- a/.github/workflows/checkAndSubmitAddonMetadata.yml +++ b/.github/workflows/checkAndSubmitAddonMetadata.yml @@ -312,8 +312,8 @@ jobs: branch: reviewedAddon${{ github.event.issue.number }} commit-message: Add reviewed add-on (${{ needs.getAddonId.outputs.addonId }}) body: | - This add-on needs to be reviewed by NV Access due to analysis failure. - Review ${{ inputs.issueNumber }} for more information. + This add-on needs to be reviewed by NV Access due to analysis failure. + Review ${{ inputs.issueNumber }} for more information. author: github-actions delete-branch: true - name: Request to keep issue opened