feat: Add post-job action cleanup of credentials and region env vars (#101)

This commit is contained in:
Clare Liguori
2020-07-29 09:03:44 -07:00
committed by GitHub
parent 1fa7ccadcd
commit d19cafcdd1
5 changed files with 91 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const core = require('@actions/core');
const assert = require('assert');
const aws = require('aws-sdk');
const run = require('.');
const run = require('./index.js');
jest.mock('@actions/core');