Skip to content

Commit

Permalink
chore: add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Feb 25, 2024
1 parent ba2caf2 commit 5c5c524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ runs:
steps:
# マスクする
- name: Mask API Key
shell: bash
run: |
echo "::add-mask::${{ inputs.apiKey }}"
Expand Down

0 comments on commit 5c5c524

Please sign in to comment.