Skip to content

Commit

Permalink
Add missing name to github workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Sep 18, 2024
1 parent 989f4ae commit bade893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v4
- name: Checkout sources
uses: actions/checkout@v4

- uses: ./.github/actions/install-pkg
with:
Expand Down

0 comments on commit bade893

Please sign in to comment.