codecov/codecov-bash

Github Actions running Docker not detected

nulano opened this issue · 1 comments

Using the first example for Docker doesn't work on Github Actions:

x> No CI provider detected.

I believe this is due to a typo on the following line

add "GITHUB_ACTION"

I think it should be GITHUB_ACTIONS instead, as that is what is used to detect it later on line

elif [ "$GITHUB_ACTIONS" != "" ];

@nulano, we will deploy this fix early next week