Remove minor version from audit comparison action (#8048)

Making this less specific means we can benefit from updates
to the action without needing to change the workflow, such
as the bug fix in backspace/ember-test-audit-comparison-action@a87d252,
which addresses the incorrect duration delta here:
https://github.com/hashicorp/nomad/pull/7964#issuecomment-632351171
This commit is contained in:
Buck Doyle
2020-05-26 15:34:12 -05:00
committed by GitHub
parent 4335b0d31a
commit 6e7c180277

View File

@@ -58,7 +58,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: pr-audit
- uses: backspace/ember-test-audit-comparison-action@v1.0
- uses: backspace/ember-test-audit-comparison-action@v1
with:
base-report-path: base-audit.json
comparison-report-path: pr-audit.json