Skip to content

Commit

Permalink
fix to setup-rubygems action
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Sep 9, 2024
1 parent 0f7628e commit 403677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-rubygems/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ runs:
mkdir -p ~/.gem
cat <<-YAML > ~/.gem/credentials
---
:rubygems_api_key: ${{ inputs.rubygems_api_key }}
:rubygems_api_key: ${{ inputs.api-key }}
YAML
chmod 0600 ~/.gem/credentials

0 comments on commit 403677c

Please sign in to comment.