mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:01:00 -05:00
cascading-pr update
This commit is contained in:
parent
e306c53760
commit
f9010a64e9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ function login_api() {
|
|||
fi
|
||||
( echo -n "Authorization: token " ; cat $DOT/token ) > $DOT/header-token
|
||||
#
|
||||
# Verify it works
|
||||
# Verify the token works
|
||||
#
|
||||
local status=$(api -w "%{http_code}" -o /dev/null "${url}/api/v1/user")
|
||||
if test "${status}" != 200 ; then
|
||||
|
|
Loading…
Reference in a new issue