- improve action specification

- clean up imports for tests
This commit is contained in:
Mike Penz
2020-10-17 19:53:23 +02:00
parent f9222d8d77
commit 0452303d4c
3 changed files with 11 additions and 18 deletions
-7
View File
@@ -1,12 +1,5 @@
import {wait} from '../src/wait'
import * as process from 'process'
import * as cp from 'child_process'
import * as path from 'path'
import {ReleaseNotes} from '../src/releaseNotes'
import {readConfiguration} from '../src/utils'
import {createCommandManager} from '../src/git-helper'
import * as core from '@actions/core'
import {Tags} from '../src/tags'
// shows how the runner will run a javascript action with env / stdout protocol
/*