Skip to content

Commit

Permalink
tests.yml & scheduled.yml: add quotes to pass shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada committed Oct 31, 2024
1 parent 31ec5ae commit 471492a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Generate site
run: |
ln -s $(brew --repo) brew
ln -s "$(brew --repo)" brew
bundle exec rake yard build
- name: Upload pages artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

- name: Generate site
run: |
ln -s $(brew --repo) brew
ln -s "$(brew --repo)" brew
bundle exec rake yard build

0 comments on commit 471492a

Please sign in to comment.