diff --git a/action.yaml b/action.yaml index e5b1305..9fa7a0b 100644 --- a/action.yaml +++ b/action.yaml @@ -31,7 +31,7 @@ runs: if: ${{ inputs.debug == true }} shell: bash run: | - source ./bashlib.sh + source "${{ github.action_path }}/bashlib.sh" export DEBUG="ON" echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on