Skip to content

Commit

Permalink
workflow/release-binaries: Fix typo
Browse files Browse the repository at this point in the history
Introduced in b0860b2.
  • Loading branch information
tstellar committed Jul 26, 2024
1 parent b0860b2 commit d41f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
steps:

- name: Checkout Actions
uses: actions/checkout@@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ (github.event_name == 'pull_request' && github.sha) || 'main' }}
sparse-checkout: |
Expand Down

1 comment on commit d41f565

@boomanaiden154
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test comment for notification.

Please sign in to comment.