Skip to content

Commit

Permalink
refactor: remove unused lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored and github-actions committed May 24, 2022
1 parent 0411736 commit dea22d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { appendFileSync } = require('fs');
const env = process.env['STEP_OUTPUT_TEST'];
const step = process.env['INPUT_STEP'];
appendFileSync(process.env['GITHUB_ENV'], `;${step}`, { encoding:'utf-8' })
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { appendFileSync } = require('fs');
const env = process.env['STEP_OUTPUT_TEST'];
const step = process.env['INPUT_STEP'];
appendFileSync(process.env['GITHUB_ENV'], `;${step}-post`, { encoding:'utf-8' })

0 comments on commit dea22d2

Please sign in to comment.