Skip to content

Commit

Permalink
disable new mechanism for github output
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Feb 12, 2024
1 parent 36d74ca commit 25de9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ describe('run action', () => {
process.env['INPUT_NEW'] = newFile;
process.env['INPUT_TOLERANCE'] = tolerance.toString();
process.env['INPUT_MODE'] = mode.toString();
process.env['GITHUB_OUTPUT'] = '';
const main = path.join(__dirname, '..', 'lib', 'main.js');
const options: cp.ExecSyncOptions = {
env: process.env,
Expand Down

0 comments on commit 25de9e8

Please sign in to comment.