Skip to content

Commit

Permalink
chore(sign-blob): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Sep 12, 2024
1 parent 35f16d4 commit 3d505be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sign-blob/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Install Cosign
if: ${{ github.event.repository.visibility == 'public' }}
uses: sigstore/cosign-installer@v3
- name: Sign Blobs (python sheel)
- name: Sign Blobs
if: ${{ github.event.repository.visibility == 'public' }}
shell: python
run: |
Expand Down

0 comments on commit 3d505be

Please sign in to comment.