You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Just running GH actions with the following options: ``
Which result in the following environment variables:
env:
INPUT_OPTIONS: --check --diff -l 120
INPUT_SRC: .
INPUT_VERSION: 1.5.0
INPUT_REVISION:
INPUT_LINT:
INPUT_COMMIT_RANGE: b2e1bfe99aa6c9e149ba6453a77770547bab4180...09237df1dd54d667598bf82b432a74f621f3d052
pythonioencoding: utf-8
Environment (please complete the following information):
OS: Ubuntu 20.04.4
Python version 3.8.10
Git version 2.35.1
Darker version 1.5.0
Black version 22.3.0
Additional context
I think the problem is the INPUT_SRC path. Only indication for that is the matching dot. update: I have no idea why it says it can't find the dot in the latest commit hash. update2: Error is comming from
Describe the bug
To Reproduce
Just running GH actions with the following options: ``
Which result in the following environment variables:
env:
INPUT_OPTIONS: --check --diff -l 120
INPUT_SRC: .
INPUT_VERSION: 1.5.0
INPUT_REVISION:
INPUT_LINT:
INPUT_COMMIT_RANGE: b2e1bfe99aa6c9e149ba6453a77770547bab4180...09237df1dd54d667598bf82b432a74f621f3d052
pythonioencoding: utf-8
Expected behavior
No error 😉
Screenshots
https://github.com/MatthijsBurgh/epydoc/runs/6154261435?check_suite_focus=true#step:3:90
Environment (please complete the following information):
Additional context
I think the problem is the
INPUT_SRC
path. Only indication for that is the matching dot.update: I have no idea why it says it can't find the dot in the latest commit hash.
update2: Error is comming from
darker/src/darker/__main__.py
Lines 415 to 422 in ad6cde1
The text was updated successfully, but these errors were encountered: