Skip to content

Commit

Permalink
Fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed Oct 15, 2020
1 parent dbb5877 commit b9f6d72
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 15 deletions.
43 changes: 31 additions & 12 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import core from '@actions/core';
import glob from '@actions/glob';
import * as core from '@actions/core';
import * as glob from '@actions/glob';
import fs from 'fs';
import handlebars from 'handlebars';
import { Data, DataWithOutputFile } from './types';
Expand Down

0 comments on commit b9f6d72

Please sign in to comment.