diff --git a/.github/workflows/asff2hdf.yml b/.github/workflows/asff2hdf.yml index 51e99a830..4dbb8304f 100644 --- a/.github/workflows/asff2hdf.yml +++ b/.github/workflows/asff2hdf.yml @@ -12,6 +12,8 @@ jobs: # time: '1s' - name: Convert ASFF uses: em-c-rod/saf_action_test@master + with: + command_string: 'convert:asff2hdf -i sample/asff_sample.json -o asff_hdf.json' # - name: Artifacts # uses: actions/upload-artifact@v1 # if: success() diff --git a/dist/package.json b/dist/package.json new file mode 100644 index 000000000..547b1c506 --- /dev/null +++ b/dist/package.json @@ -0,0 +1,27 @@ +{ + "name": "saf_action_test", + "version": "15.6.11", + "description": "GitHub Action for [SAF CLI](https://github.com/mitre/saf)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "npx ncc build ./index.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/em-c-rod/saf_action_test.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/em-c-rod/saf_action_test/issues" + }, + "homepage": "https://github.com/em-c-rod/saf_action_test#readme", + "dependencies": { + "@actions/core": "^1.6.0", + "@mitre/saf": "^1.0.5", + "@vercel/ncc": "^0.33.3", + "npx": "^10.2.2" + } +}