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 ebb10e3 commit b2de1e9Copy full SHA for b2de1e9
actions/extractor/tools/autobuild.sh
@@ -4,8 +4,8 @@ set -eu
4
5
DEFAULT_PATH_FILTERS=$(cat << END
6
exclude:**/*
7
-include:.github/workflows/**/*.yml
8
-include:.github/workflows/**/*.yaml
+include:.github/workflows/*.yml
+include:.github/workflows/*.yaml
9
include:**/action.yml
10
include:**/action.yaml
11
END
0 commit comments