Skip to content

Commit d02adab

Browse files
committed
Appease linter
1 parent b1b7856 commit d02adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
/tmp/bats-core/install.sh "$HOME/bats-install"
5454
5555
- name: Add BATS to PATH
56-
run: echo "$HOME/bats-install/bin" >> $GITHUB_PATH
56+
run: echo "$HOME/bats-install/bin" >> "$GITHUB_PATH"
5757

5858
- name: Install jq
5959
run: |

0 commit comments

Comments
 (0)