Skip to content

Commit

Permalink
dfg
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Mar 14, 2023
1 parent a4073a7 commit 41763cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setupRepository.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ async function initRepo(details){
repoName = details.repoName;
console.log("github: ", JSON.stringify(github, null, 4));
console.log("context: ", JSON.stringify(context, null, 4));
// if(!_isValidRepoInitEvent()){
// console.log("Not a valid repo creation event. This task is only meant to be executed at repo creation. Exiting!");
// return;
// }
if(!_isValidRepoInitEvent()){
console.log("Not a valid repo creation event. This task is only meant to be executed at repo creation. Exiting!");
return;
}
setupPackageJSON();
verifyRepoIsPublic();

Expand Down

0 comments on commit 41763cc

Please sign in to comment.