Skip to content

Commit

Permalink
parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
Guang Qiu committed Dec 27, 2023
1 parent 12b8ddf commit b8ee571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/use-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Load & cache dependencies
uses: ./.github/workflows/cached_deps
with:
my_caching_param: false
my_caching_param: 'false'
# for some reasons this lint command failed, I commented it out just for the sake of learning.
# I don't know how to fix it.
# - name: Lint code
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Load & cache dependencies
uses: ./.github/workflows/cached_deps
with:
my_caching_param: true
my_caching_param: 'true'
- name: Test code
continue-on-error: true
id: run-tests
Expand Down

0 comments on commit b8ee571

Please sign in to comment.