Skip to content

Commit

Permalink
Fix workflow (nvaccess#3634)
Browse files Browse the repository at this point in the history
Summary of the issue
In nvaccess#3294
, a workflow contains a non indentent body.
This bug has been reported by @josephsl and @mltony.
See issue nvaccess#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.
  • Loading branch information
nvdaes authored May 26, 2024
1 parent 313f6d0 commit 37fa316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkAndSubmitAddonMetadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <github-actions@github.com>
delete-branch: true
- name: Request to keep issue opened
Expand Down

0 comments on commit 37fa316

Please sign in to comment.