Skip to content

Commit 2fbe44e

Browse files
committed
Update forum notification endpoint
1 parent ad993f0 commit 2fbe44e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ unless System.get_env("DRYRUN") do
7474
"api-username" => "Elixir"
7575
}
7676

77-
resp = Req.post!("https://elixirforum.com/posts.json", {:json, post}, headers: headers)
77+
resp = Req.post!("https://forum.elixirforum.com/posts.json", {:json, post}, headers: headers)
7878
IO.puts("#{resp.status} Elixir Forum\n#{inspect(resp.body)}")
7979
end

0 commit comments

Comments
 (0)