mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 19:51:00 +05:00
chore: correct final plan-auditor invariant name
This commit is contained in:
parent
f29231880d
commit
bf8bdf7fe2
4
.github/workflows/issue-416-plan-auditor.yml
vendored
4
.github/workflows/issue-416-plan-auditor.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user