diff --git a/action.yaml b/action.yaml index 9fa7a0b..350b4f4 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ runs: - name: Ping the server shell: bash run: | - source ./bashlib.sh + source "${{ github.action_path }}/bashlib.sh" if [[ -z $(which curl) ]] ; then echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command"