Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Mercer <henry@henrymercer.name>
  • Loading branch information
angelapwen and henrymercer committed Jan 25, 2024
1 parent 757ff40 commit c97e81c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/environment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// NB: prefix these variables with `CODEQL_ACTION` to reduce risk of their being overwritten by other steps. */
/**
* Environment variables used by the CodeQL Action.
*
* We recommend prefixing environment variables with `CODEQL_ACTION_` to reduce the risk that they are overwritten by other steps.
*/
export enum EnvVar {
/** Whether the `analyze` Action completes successfully. */
ANALYZE_DID_COMPLETE_SUCCESSFULLY = "CODEQL_ACTION_ANALYZE_DID_COMPLETE_SUCCESSFULLY",
Expand Down

0 comments on commit c97e81c

Please sign in to comment.