Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 12, 2022
1 parent 730d43d commit 600c2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/create-dockerignore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const template = _.template(`
async function action() {
let globsToIgnore = JSON.parse(core.getInput('globsToIgnore', { required: false }))

const content = compiled({
const content = template({
'globsToIgnore': [
'.git',
'.vscode',
Expand Down

0 comments on commit 600c2c5

Please sign in to comment.