Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Oct 19, 2024
1 parent 3998a53 commit 6d83355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ outputs:
description: "{string} Request status text."
runs:
using: "docker"
image: "docker://ghcr.io/hugoalh/send-discord-webhook-ghaction:7.0.1"
image: "docker://ghcr.io/hugoalh/send-discord-webhook-ghaction:7.0.2"
branding:
icon: "send"
color: "blue"
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
} from "./_payload.ts";
console.log("Initialize.");
const exfetch: ExFetch = new ExFetch({
userAgent: `${userAgentDefault} SendDiscordWebhook.GitHubAction/7.0.1`
userAgent: `${userAgentDefault} SendDiscordWebhook.GitHubAction/7.0.2`
});
const splitterNewLine = /\r?\n/g;
const splitterCommonDelimiter = /,|\r?\n/g;
Expand Down

0 comments on commit 6d83355

Please sign in to comment.