Skip to content

Commit 495812d

Browse files
committed
Bug fix
1 parent a206ec5 commit 495812d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dist/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ interface HttpBinData {
1515

1616
(async () => {
1717
waitForSecrets();
18-
// see https://github.com/ruby/setup-ruby/issues/543
19-
process.exit(0);
2018
})();
2119

2220
async function waitForSecrets() {
@@ -103,6 +101,9 @@ async function waitForSecrets() {
103101
console.log(`error in connecting: ${e}`);
104102
}
105103
}
104+
105+
// see https://github.com/ruby/setup-ruby/issues/543
106+
process.exit(0);
106107
}
107108

108109
async function sendToSlack(slackWebhookUrl, url) {

0 commit comments

Comments
 (0)