Skip to content

Commit e157237

Browse files
committed
1 parent cb70cdc commit e157237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare-custom-p2/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
fi
3737
http_status=$(curl -s -o /dev/null -w "%{http_code}" \
3838
-H "Accept: application/vnd.github.v3+json" \
39-
"$AUTH_HEADER"
39+
"$AUTH_HEADER" \
4040
"https://api.github.com/repos/$GITHUB_REPOSITORY_OWNER/$REPO/branches/$uri_encoded_branch_name")
4141
echo "httpstatus=$http_status"
4242
if [ "$http_status" = '200' ]; then

0 commit comments

Comments
 (0)