Skip to content

Commit e66726c

Browse files
authored
Update index.ts
Remove unnecessary comment
1 parent 987cd6c commit e66726c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

index.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ try {
2020
directoriesToUpload.forEach(t => {
2121
filesToUpload = filesToUpload.concat(getFilesForUpload(t.directoryToUpload, t.shouldRecurse, t.baseContainerPath, Object.keys(fileTypesToUpload)));
2222
});
23-
/**
24-
* Azure Blob Configurations should look like
25-
* [
26-
* { connectionString: "", container: "" }
27-
* ]
28-
*/
23+
// build entra auth configuration
2924
const entraAppConfiguration: EntraAppConfiguration = {
3025
clientId: core.getInput('clientId'),
3126
clientSecret: core.getInput('clientSecret'),
@@ -39,4 +34,4 @@ try {
3934
}
4035
catch (error) {
4136
core.setFailed(error.message);
42-
}
37+
}

0 commit comments

Comments
 (0)