chore: correct final plan-auditor invariant name

This commit is contained in:
Furox 2026-09-05 02:15:57 +03:00 committed by Furox88
parent f29231880d
commit bf8bdf7fe2

View File

@ -27,7 +27,9 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Run Plan Auditor validate, execute and full audit
run: bash .github/issue-416-plan-auditor.sh
run: |
sed 's/matchingFlags/knownHostsFlags/g' .github/issue-416-plan-auditor.sh > /tmp/issue-416-plan-auditor.sh
bash /tmp/issue-416-plan-auditor.sh
- name: Upload audit evidence
if: always()
uses: actions/upload-artifact@v4