Skip to content

Commit 380e0d4

Browse files
ci: improve readability of ruby cache key
Co-authored-by: Nicolás Temciuc <nicolas.temciuc@cedarcode.com>
1 parent ac812d3 commit 380e0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-ruby/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
uses: actions/cache/restore@v4
1717
with:
1818
path: ~/rubies/ruby-${{ inputs.version }}
19-
key: ruby-${{ inputs.version }}-${{ inputs.openssl-version }}
19+
key: ruby-${{ inputs.version }}-with-openssl-${{ inputs.openssl-version }}
2020

2121
- name: Install Ruby
2222
if: steps.cache-ruby-restore.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)