Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonaworth authored Jul 20, 2021
1 parent b79267b commit 28bdc37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ async function run() {
let COMMIT_EACH_FILE = require( './variables' ).COMMIT_EACH_FILE;
let DRY_RUN = require( './variables' ).DRY_RUN;
let GITHUB_TOKEN = require( './variables' ).GITHUB_TOKEN;
let GIT_URL = require( './variables' ).GIT_URL;
let WORKFLOW_FILES_DIR = require( './variables' ).WORKFLOW_FILES_DIR;
let WORKSPACE = require( './variables' ).WORKSPACE;
let REPOSITORIES = require( './variables' ).REPOSITORIES;
Expand Down Expand Up @@ -170,4 +171,4 @@ async function run() {
} );
}

run();
run();

0 comments on commit 28bdc37

Please sign in to comment.