Skip to content

Commit

Permalink
commitdirectly
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleffio committed Sep 25, 2023
1 parent e5de3b2 commit 58935f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as cp from 'child_process'
import * as path from 'path'
import {expect, test} from '@jest/globals'

// shows how the runner will run a javascript action with env / stdout protocol
// shows how the runner will run a javascript action with env / stdout protocol////////
test('test runs', () => {
// process.env['INPUT_TOKEN'] = 'my secret token'
process.env['INPUT_CURRENT-VERSION'] = '1.2.3'
Expand Down

0 comments on commit 58935f6

Please sign in to comment.