updated github_workflow_runs.sh

pull/2/head
Hari Sekhon 5 years ago
parent 1028c41aaf
commit 3384ae6292

@ -71,8 +71,8 @@ if ! [[ $repo =~ / ]]; then
repo="$USER/$repo"
fi
if [ -n "${PASSWORD:-}" ]; then
echo "using authenticated access" >&2
fi
#if [ -n "${PASSWORD:-}" ]; then
# echo "using authenticated access" >&2
#fi
eval "$srcdir/curl_auth.sh" -sS --connect-timeout 3 "${CURL_OPTS:-}" "https://api.github.com/repos/$repo/actions/workflows/$workflow_id/runs" # | | jq '.workflow_runs[0:10]'

Loading…
Cancel
Save