feat: Add exclude_assets option (#416)

Related to #163
This commit is contained in:
Shohei Ueda
2020-07-25 20:52:35 +09:00
committed by GitHub
parent 2046290e2b
commit 0f5c65e140
6 changed files with 32 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ describe('setRepo()', () => {
// process.env['INPUT_TAG_MESSAGE'] = 'Deployment v1.2.3';
// process.env['INPUT_DISABLE_NOJEKYLL'] = 'true';
// process.env['INPUT_CNAME'] = 'github.com';
process.env['INPUT_EXCLUDE_ASSETS'] = '.github';
const inps: Inputs = getInputs();
const remoteURL = 'https://x-access-token:pat@github.com/actions/pages.git';
const date = new Date();