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 23, 2022
1 parent a4b1c33 commit a3f6841
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 a3f6841

Please sign in to comment.