+[5 years ago]cosbut when I try the same on my forked repo, it just returns an empty list. Any idea why? +[5 years ago]cosBasically the same curl, just changing the part of the path before the repo name to my username - curl -u "cos:$GITHUBTOKEN" -s https://$OURGITHUBDOMAIN/api/v3/repos/cos/repo-name +[5 years ago]cosOh! It's because the gihub UI is very misleading, and claims my forked repo has the same number of releases as the original. But in fact the forked repo did not get any releases at all, it just got the tags. +[5 years ago]klinehow was it that one commit got duplicated and split across two different days, despite the same timestamp? https://github.com/freenode/atheme-fn/pull/13/commits +[5 years ago]klinehttps://u.teknik.io/BIOvO.png , in case timezones disenweirden the rendering
message no. 180492
Posted by kline in #github at 2020-05-13T23:52:10Z
https://u.teknik.io/BIOvO.png , in case timezones disenweirden the rendering
+[5 years ago]austin987hi, I'm trying out github actions for the first time; I've added a simple workflow (shellcheck) to my repo: https://github.com/austin987/PrawnOS/blob/master/.github/workflows/shellcheck.yml, but I get an error 'The process '/usr/bin/git' failed with exit code 128', which..isn't really descriptive. Any ideas? +[5 years ago]jhassaustin987: it helps to look at the actual build output :) fatal: No url found for submodule path 'resources/InstallResources/fonts/source-code-pro' in .gitmodules +[5 years ago]jhasskline: did you ever rebase that branch around? fwiw github shows both under "May 14" for me :D +[5 years ago]jhassI could imagine commit date vs author date +[5 years ago]linux_dreamhi people I have a problem. on my computer I have a repository that I sync on github. when I git push origin master, I enter my username for account B and its password. however on Github it shows t hat I committed with account A