Skip to content

Commit d204ce6

Browse files
committed
fix: remove unnecessary blank line in environment variable setup
1 parent 7c10a0d commit d204ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ado-index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function run() {
3535
// Also set other environment variables that the toolkit might expect
3636
process.env.GITHUB_REPOSITORY = githubRepository;
3737
process.env.GITHUB_API_URL = 'https://api.github.com';
38-
38+
3939
// The dependency-submission-toolkit might expect these GitHub Actions environment variables
4040
process.env.GITHUB_SERVER_URL = 'https://github.com';
4141
process.env.GITHUB_GRAPHQL_URL = 'https://api.github.com/graphql';

0 commit comments

Comments
 (0)