We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168c97a commit 3d3cd34Copy full SHA for 3d3cd34
bump-all-cabal-hashes/updater
@@ -8,6 +8,7 @@ FILE=$1
8
9
OWNER=$(jq -r '.owner' < "$FILE")
10
REPO=$(jq -r '.repo' < "$FILE")
11
+BRANCH=$(jq -r '.branch' < "$FILE")
12
13
JSON=$(curl "https://api.github.com/repos/$OWNER/$REPO/branches/$BRANCH")
14
REV=$(echo "$JSON" | jq -r '.commit.sha')
0 commit comments