Skip to content

Commit b511de0

Browse files
committed
debug
1 parent 030c27b commit b511de0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ runs:
9090
sudo apt install tree
9191
printenv
9292
echo $RUNNER_TEMP
93+
ls -l $GITHUB_ACTION_PATH
9394
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9495
tree ../..
9596
ls -l

entrypoint.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ echo extra-isort-options: $15
4141
echo extra-vulture-options: $16
4242
echo extra-pydocstyle-options: $17
4343

44-
ls -l /
45-
ls -l .
46-
47-
for matcher in /*.json
44+
for matcher in $GITHUB_ACTION_PATH/matchers/*.json
4845
do
4946
echo adding matcher $matcher
5047
echo "::add-matcher::${matcher}"

0 commit comments

Comments
 (0)