Skip to content

Commit

Permalink
squash: use a separate cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 30, 2025
1 parent 35c6a21 commit 5559df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
# of the benefits of bundler caching.
rm -f "${dir}/Gemfile.lock"
echo "cache_key=mri" >> $GITHUB_OUTPUT
echo "cache_key=cruby" >> $GITHUB_OUTPUT
if [[ "${{ inputs.ruby }}" == "jruby" ]]; then
echo "cache_key=jruby" >> $GITHUB_OUTPUT
elif [[ "${{ inputs.ruby }}" == "truffleruby" ]]; then
Expand Down

0 comments on commit 5559df3

Please sign in to comment.