Skip to content

Commit f7bac45

Browse files
committed
fix: remove quotes
1 parent 882b957 commit f7bac45

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ updates:
110110
# Missed non ansys actions that should by assigned to a group
111111
must-be-assigned-actions:
112112
patterns:
113+
- peter-evans/find-comment
114+
- pyvista/setup-headless-display-action
115+
- vimtor/action-zip
113116
- dependabot/fetch-metadata
114117
exclude-patterns:
115118
- "ansys/actions*"

.github/workflows/dependabot_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
for (i in actions) {
117117
if (actions[i] != "") {
118118
# The indentation is 10 spaces, then "- "
119-
print " - \"" actions[i] "\"";
119+
print " - " actions[i] "";
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)