We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad993f0 commit 2fbe44eCopy full SHA for 2fbe44e
1 file changed
.github/workflows/notify.exs
@@ -74,6 +74,6 @@ unless System.get_env("DRYRUN") do
74
"api-username" => "Elixir"
75
}
76
77
- resp = Req.post!("https://elixirforum.com/posts.json", {:json, post}, headers: headers)
+ resp = Req.post!("https://forum.elixirforum.com/posts.json", {:json, post}, headers: headers)
78
IO.puts("#{resp.status} Elixir Forum\n#{inspect(resp.body)}")
79
end
0 commit comments