Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 6, 2024
1 parent 7624e6d commit 9d9f06c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/checkAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,12 @@ jobs:
done
done <<< "$PROTECTED_CONTRACTS"
echo "COMMIT_HASHES=$COMMIT_HASHES" >> $GITHUB_ENV
echo -e "\033[32mAll audit log entries are complete.\033[0m"
echo "COMMIT_HASHES=$COMMIT_HASHES"
echo "AUDITOR_GIT_HANDLES=$AUDITOR_GIT_HANDLES" >> $GITHUB_ENV
echo "COMMIT_HASHES=$COMMIT_HASHES" >> $GITHUB_ENV
echo "AUDITOR_GIT_HANDLES=$AUDITOR_GIT_HANDLES"
echo "AUDITOR_GIT_HANDLES=$AUDITOR_GIT_HANDLES" >> $GITHUB_ENV
# - name: Check auditor review
# - name: Assign "Ready_For_PROD_Deployment" label
2 changes: 1 addition & 1 deletion audit/auditLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"auditedBy": "testPerson",
"auditorGitHandle": "0xDEnYO",
"auditReportPath": "./audit/reports/xxxxxx.pdf",
"auditCommitHash": ""
"auditCommitHash": "notAValidCommitHash"
}
]
}
Expand Down

0 comments on commit 9d9f06c

Please sign in to comment.