Skip to content

Commit

Permalink
fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 16, 2024
1 parent d30abc4 commit c2bf91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GitHub action to get prerequisites for a local CPAN distribution.
- name: Install prerequisites
uses: perl-actions/install-with-cpanm@v1
with:
install: ${{ steps.get-prereqs.prereqs }}
install: ${{ steps.get-prereqs.outputs.prereqs }}
```
## Inputs
Expand Down

0 comments on commit c2bf91c

Please sign in to comment.