dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6093a84a4fe78006b52b5c1c52a4d7b46854dff6
parent 6283a43250460d0d4ad828b749bf4b5ec9fcb9dc
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 25 Apr 2020 23:12:56 +0200

ghp: username from ENV

Former-commit-id: 19b081f7a759be5b098bc200ad9b21ef6c035f44
Diffstat:
Mscripts/ghp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ghp b/scripts/ghp @@ -4,7 +4,7 @@ require 'json' class Page def initialize name - @url = "https://api.github.com/repos/thezeroalpha/#{name}/pages/builds" + @url = "https://api.github.com/repos/#{ENV['GITHUB_AUTH_USER']}/#{name}/pages/builds" @name = name end