Skip to content
Snippets Groups Projects
Unverified Commit d1b1dfd4 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

theme name

parent a4c96de1
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ class Git::Repository
def update_theme_version!
provider.update_theme
provider.push("Updated osuny-hugo-theme-aaa version")
theme_name = ENV["GITHUB_WEBSITE_THEME_REPOSITORY"].to_s.split("/").last
provider.push("Updated #{theme_name} version")
end
# Based on content, with the provider's algorithm (sha1 or sha256)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment