Skip to content

Commit

Permalink
fix(yarn2-install): properly call replacement action
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 25, 2023
1 parent 0861608 commit 000d7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn2-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
run: |
echo "::warning::myparcelnl/actions/yarn2-install is deprecated. Please switch to myparcelnl/actions/yarn-install. This action will be removed in v4."
- uses: ./yarn-install
- uses: myparcelnl/actions/yarn-install@v3
with:
node-version: ${{ inputs.node-version }}
yarn-args: ${{ inputs.yarn-args }}

0 comments on commit 000d7a5

Please sign in to comment.