1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00

We use main now

This commit is contained in:
Daniel Barber 2022-08-16 19:43:05 -05:00
parent 37215f9b82
commit aaa1d50654

View File

@ -24,7 +24,7 @@ module Micropub
path: path,
message: "Posting: #{post.truncated_content}",
content: post.post_content,
branch: ENV.fetch("GITHUB_BRANCH", "master"),
branch: ENV.fetch("GITHUB_BRANCH", "main"),
)
end