Skip to content

Commit

Permalink
.github/workflows: Avoiding bash elements that might confuse yaml par…
Browse files Browse the repository at this point in the history
…ser.
  • Loading branch information
ivucica committed May 8, 2024
1 parent def58e8 commit 1ce26b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
run: echo "Stub action: merely printing a notice that there was a cache miss"
run: echo Stub action merely printing a notice that there was a cache miss
# More useful with e.g. npm.

- name: Checkout submodules
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
run: echo "Stub action: merely printing a notice that there was a cache miss"
run: echo Stub action merely printing a notice that there was a cache miss
# More useful with e.g. npm.

- name: Checkout submodules
Expand Down

0 comments on commit 1ce26b4

Please sign in to comment.