Skip to content

Commit

Permalink
Duh!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Nov 20, 2023
1 parent 9008cc9 commit c1fc62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const START_TIME_DELAY = core.getInput('START_TIME_DELAY')
const OVERRIDDEN_TEST_APP_URL = core.getInput('OVERRIDDEN_TEST_APP_URL')
const WAIT_TIME_FOR_RESULT = core.getInput('WAIT_TIME_FOR_RESULT')
const BLOCK_LEVEL = core.getInput('BLOCK_LEVEL') || "HIGH"
const GITHUB_STEP_SUMMARY = core.getInput('GITHUB_STEP_SUMMARY')
const GITHUB_STEP_SUMMARY = process.env.GITHUB_STEP_SUMMARY

function logGithubStepSummary(message) {
fs.appendFileSync(GITHUB_STEP_SUMMARY, `${message}\n`);
Expand Down

0 comments on commit c1fc62c

Please sign in to comment.