Skip to content

Commit

Permalink
Fix quotes strings error (#100)
Browse files Browse the repository at this point in the history
Bug reported
adrienverge/yamllint#663 (comment).

Sorry @p-j-smith, my bad.
  • Loading branch information
paddyroddy authored Mar 27, 2024
1 parent 1eec47f commit fa984de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions actions/linting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ runs:
path: |-
~/.ansible
~/.cache/pre-commit
key: \
# yamllint disable-line rule:quoted-strings
key: "\
cache-\
${{ hashFiles(inputs.ansible-roles-config) }}-\
${{ hashFiles(inputs.pre-commit-config) }}
${{ hashFiles(inputs.pre-commit-config) }}\
"
if: inputs.ansible-roles-config != 'missing'

- name: Cache pre-commit
Expand Down

0 comments on commit fa984de

Please sign in to comment.