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 882b957 commit f7bac45Copy full SHA for f7bac45
.github/dependabot.yml
@@ -110,6 +110,9 @@ updates:
110
# Missed non ansys actions that should by assigned to a group
111
must-be-assigned-actions:
112
patterns:
113
+ - peter-evans/find-comment
114
+ - pyvista/setup-headless-display-action
115
+ - vimtor/action-zip
116
- dependabot/fetch-metadata
117
exclude-patterns:
118
- "ansys/actions*"
.github/workflows/dependabot_coverage.yml
@@ -116,7 +116,7 @@ jobs:
for (i in actions) {
if (actions[i] != "") {
# The indentation is 10 spaces, then "- "
119
- print " - \"" actions[i] "\"";
+ print " - " actions[i] "";
120
}
121
122
0 commit comments