We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030c27b commit b511de0Copy full SHA for b511de0
action.yml
@@ -90,6 +90,7 @@ runs:
90
sudo apt install tree
91
printenv
92
echo $RUNNER_TEMP
93
+ ls -l $GITHUB_ACTION_PATH
94
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
95
tree ../..
96
ls -l
entrypoint.sh
@@ -41,10 +41,7 @@ echo extra-isort-options: $15
41
echo extra-vulture-options: $16
42
echo extra-pydocstyle-options: $17
43
44
-ls -l /
45
-ls -l .
46
-
47
-for matcher in /*.json
+for matcher in $GITHUB_ACTION_PATH/matchers/*.json
48
do
49
echo adding matcher $matcher
50
echo "::add-matcher::${matcher}"
0 commit comments