GSA-TTS / tts.gsa.gov

Making the website work for people who make websites work
https://federalist-a2423046-fe43-4e75-a2ef-2651e5e123ca.sites.pages.cloud.gov/preview/gsa-tts/tts.gsa.gov/staging/
Other
5 stars 3 forks source link

Create script to compare most recent commit date on 2 branches #167

Closed wesley-dean-gsa closed 2 weeks ago

wesley-dean-gsa commented 3 weeks ago

The two branches may be on two different repos in two different organizations.

curl -s "https://api.github.com/repos/$OWNER/$REPO/branches/$BRANCH" | jq -r '.commit.commit.author.date'