mirror of
https://github.com/casey/just.git
synced 2025-08-04 15:08:39 +00:00
Adapt
This commit is contained in:
parent
e3bbc42b13
commit
f2c85cb070
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ download() {
|
|||
|
||||
args=()
|
||||
if [ -n "${GITHUB_TOKEN+x}" ]; then
|
||||
args+=("--header" "Authorization: Bearer $GITHUB_TOKEN")
|
||||
args+=(--header "Authorization: Bearer $GITHUB_TOKEN")
|
||||
fi
|
||||
|
||||
if command -v curl > /dev/null; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue